views.html

bs

package bs

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. bs
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait BSFieldConstructor[F <: BSFieldInfo] extends AnyRef

    Custom BSFieldConstructor for the library.

  2. class BSFieldInfo extends AnyRef

    Class with relevant variables for a field to pass it to the helper and field constructor - args: list of available arguments for the helper and field constructor

  3. class BSMultifieldInfo extends AnyRef

    Class with relevant variables for the global information of a multifield - fields: list of Fields - globalArguments: list of available arguments for the global helper - fieldsArguments: list of available arguments for every specific field

Value Members

  1. object Args

  2. object ArgsMap

  3. object BSFieldInfo

    Companion object for class BSFieldInfo

  4. object BSMultifieldInfo

    Companion object for class BSMultifieldInfo

  5. def freeFormField[F <: BSFieldInfo](args: Seq[(Symbol, Any)])(contentDef: (Map[Symbol, Any]) ⇒ Html)(implicit fc: BSFieldConstructor[F]): Html

    Renders a fake field constructor using the BSFieldConstructor.

    Renders a fake field constructor using the BSFieldConstructor. - args: list of available arguments for the helper and the form-group - contentDef: function that returns a Html from a map of arguments

  6. def inputFormField[F <: BSFieldInfo](fieldInfo: F)(inputDef: (F) ⇒ Html)(implicit fc: BSFieldConstructor[F]): Html

    Renders an input field with its corresponding wrapper using the BSFieldConstructor.

    Renders an input field with its corresponding wrapper using the BSFieldConstructor. - fieldInfo: a BSFieldInfo with all the information about the field. - inputDef: function that returns a Html from the BSFieldInfo.

  7. def multifieldFormField[F <: BSFieldInfo, M <: BSMultifieldInfo](multifieldInfo: M)(contentDef: (M) ⇒ Html)(implicit fc: BSFieldConstructor[F]): Html

    Renders a multi-field constructor using the BSFieldConstructor.

    Renders a multi-field constructor using the BSFieldConstructor. - fieldInfo: a BSMultifieldInfo with all the information about the fields. - contentDef: function that returns a Html from the BSMultifieldInfo

Inherited from AnyRef

Inherited from Any

Ungrouped