views.html.b3

horizontal

package horizontal

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

Type Members

  1. case class HorizontalFieldConstructor(colLabel: String, colInput: String) extends B3FieldConstructor with Product with Serializable

    Declares the class for the Horizontal FieldConstructor.

Value Members

  1. object b3FieldConstructor extends b3FieldConstructor

  2. object b3FieldConstructor_Scope0

  3. object b3FormGroup extends b3FormGroup

  4. object b3FormGroup_Scope0

  5. def fieldConstructor(colLabel: String, colInput: String): B3FieldConstructor

    Returns it as a B3FieldConstructor to use it as default within a template

  6. def fieldConstructorSpecific(colLabel: String, colInput: String): HorizontalFieldConstructor

    Returns a new HorizontalFieldConstructor to use for specific forms or scopes (don't use it as a default one).

    Returns a new HorizontalFieldConstructor to use for specific forms or scopes (don't use it as a default one). If a default B3FieldConstructor and a specific HorizontalFieldConstructor are within the same scope, the more specific will be chosen.

  7. def form(action: Call, colLabel: String, colInput: String, args: (Symbol, Any)*)(body: (HorizontalFieldConstructor) ⇒ Html): play.twirl.api.HtmlFormat.Appendable

    ********************************************************************************************************************************** SHORTCUT HELPERS *********************************************************************************************************************************

Inherited from AnyRef

Inherited from Any

Ungrouped