Package

views.html

bs

Permalink

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
Visibility
  1. Public
  2. All

Type Members

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

    Permalink

    Custom BSFieldConstructor for the library.

    Custom BSFieldConstructor for the library. Every BSFieldConstructor must extend this functionality.

  2. class BSFieldInfo extends AnyRef

    Permalink

    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

    Permalink

    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

    Permalink
  2. object ArgsMap

    Permalink
  3. object BSFieldInfo

    Permalink

    Companion object for class BSFieldInfo

  4. object BSMultifieldInfo

    Permalink

    Companion object for class BSMultifieldInfo

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

    Permalink

    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

    Permalink

    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

    Permalink

    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