views.html.b3

clear

package clear

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

Type Members

  1. class ClearFieldConstructor extends B3FieldConstructor

    Declares the class for the Clear FieldConstructor.

Value Members

  1. implicit val fieldConstructor: B3FieldConstructor

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

  2. val fieldConstructorSpecific: ClearFieldConstructor

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

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

  3. def form(action: Call, args: (Symbol, Any)*)(body: (ClearFieldConstructor) ⇒ Html): play.twirl.api.HtmlFormat.Appendable

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

Inherited from AnyRef

Inherited from Any

Ungrouped