views.html

b3

package b3

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

Type Members

  1. trait B3FieldConstructor extends AnyRef

    Custom FieldConstructor for the library.

  2. trait B3FieldConstructorSpecific extends B3FieldConstructor

  3. case class B3FieldInfo(field: Field, withFeedback: Boolean, withLabelFor: Boolean, args: Seq[(Symbol, Any)], lang: Lang) extends Product with Serializable

    Class with relevant variables for a field to pass it to the helper and field constructor - withFeedbak: indicates if the feedback icons are allowed - withLabelFor: indicates if the label's "for" attribute should be shown - args: list of available arguments for the helper and field constructor

  4. case class B3MultifieldInfo(fields: Seq[Field], args: Seq[(Symbol, Any)], lang: Lang) extends Product with Serializable

    Class with relevant variables for the global information of a multifield - fields: list of Fields - args: list of available arguments for the helper and the form-group

Value Members

  1. object Args

  2. object ArgsMap

  3. object B3FieldInfo extends Serializable

    Companion object for class B3FieldInfo

  4. object b3FieldConstructorCommon extends BaseScalaTemplate[play.twirl.api.HtmlFormat.Appendable, Format[play.twirl.api.HtmlFormat.Appendable]] with Template3[B3FieldInfo, Html, (Html) ⇒ Html, play.twirl.api.HtmlFormat.Appendable]

  5. object b3FormGroupCommon extends BaseScalaTemplate[play.twirl.api.HtmlFormat.Appendable, Format[play.twirl.api.HtmlFormat.Appendable]] with Template4[Html, Option[String], Map[Symbol, Any], (Html) ⇒ Html, play.twirl.api.HtmlFormat.Appendable]

  6. def button(args: (Symbol, Any)*)(text: ⇒ Html)(implicit fc: B3FieldConstructor): play.twirl.api.HtmlFormat.Appendable

  7. object buttonType extends BaseScalaTemplate[play.twirl.api.HtmlFormat.Appendable, Format[play.twirl.api.HtmlFormat.Appendable]] with Template4[String, Array[(Symbol, Any)], Html, B3FieldConstructor, play.twirl.api.HtmlFormat.Appendable]

  8. object checkbox extends BaseScalaTemplate[play.twirl.api.HtmlFormat.Appendable, Format[play.twirl.api.HtmlFormat.Appendable]] with Template4[Field, Array[(Symbol, Any)], B3FieldConstructor, Lang, play.twirl.api.HtmlFormat.Appendable]

  9. package clear

  10. def color(field: Field, args: (Symbol, Any)*)(implicit handler: B3FieldConstructor, lang: Lang): play.twirl.api.HtmlFormat.Appendable

  11. def date(field: Field, args: (Symbol, Any)*)(implicit handler: B3FieldConstructor, lang: Lang): play.twirl.api.HtmlFormat.Appendable

  12. def datetime(field: Field, args: (Symbol, Any)*)(implicit handler: B3FieldConstructor, lang: Lang): play.twirl.api.HtmlFormat.Appendable

  13. def datetimeLocal(field: Field, args: (Symbol, Any)*)(implicit handler: B3FieldConstructor, lang: Lang): play.twirl.api.HtmlFormat.Appendable

  14. def email(field: Field, args: (Symbol, Any)*)(implicit handler: B3FieldConstructor, lang: Lang): play.twirl.api.HtmlFormat.Appendable

  15. def file(field: Field, args: (Symbol, Any)*)(implicit handler: B3FieldConstructor, lang: Lang): play.twirl.api.HtmlFormat.Appendable

  16. object form extends BaseScalaTemplate[play.twirl.api.HtmlFormat.Appendable, Format[play.twirl.api.HtmlFormat.Appendable]] with Template4[Call, Array[(Symbol, Any)], Html, B3FieldConstructor, play.twirl.api.HtmlFormat.Appendable]

  17. def free(args: (Symbol, Any)*)(content: ⇒ Html)(implicit fc: B3FieldConstructor): Html

  18. def freeFormGroup(extraClasses: Option[String], args: Seq[(Symbol, Any)])(contentDef: (Map[Symbol, Any]) ⇒ Html)(implicit handler: B3FieldConstructor): Html

    Renders a form-group using the B3FieldConstructor.

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

  19. object hidden extends BaseScalaTemplate[play.twirl.api.HtmlFormat.Appendable, Format[play.twirl.api.HtmlFormat.Appendable]] with Template3[Any, Any, Array[(Symbol, Any)], play.twirl.api.HtmlFormat.Appendable]

  20. object hiddens extends BaseScalaTemplate[play.twirl.api.HtmlFormat.Appendable, Format[play.twirl.api.HtmlFormat.Appendable]] with Template1[Array[(Any, Any)], play.twirl.api.HtmlFormat.Appendable]

  21. package horizontal

  22. package inline

  23. def inputFormGroup(field: Field, withFeedback: Boolean, withLabelFor: Boolean, args: Seq[(Symbol, Any)])(inputDef: (B3FieldInfo) ⇒ Html)(implicit handler: B3FieldConstructor, lang: Lang): Html

    Renders an input form-group using the B3FieldConstructor.

    Renders an input form-group using the B3FieldConstructor. - withFeedbak: indicates if the feedback icons are allowed - withLabelFor: indicates if the label's "for" attribute should be shown - args: list of available arguments for the helper and field constructor - inputDef: function that returns a Html from a B3FieldInfo that contains all the information about the field

  24. def inputType(inputType: String, field: Field, args: (Symbol, Any)*)(implicit handler: B3FieldConstructor, lang: Lang): play.twirl.api.HtmlFormat.Appendable

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

  25. object inputWrapped extends BaseScalaTemplate[play.twirl.api.HtmlFormat.Appendable, Format[play.twirl.api.HtmlFormat.Appendable]] with Template6[String, Field, Array[(Symbol, Any)], (Html) ⇒ Html, B3FieldConstructor, Lang, play.twirl.api.HtmlFormat.Appendable]

  26. def month(field: Field, args: (Symbol, Any)*)(implicit handler: B3FieldConstructor, lang: Lang): play.twirl.api.HtmlFormat.Appendable

  27. object multifield extends BaseScalaTemplate[play.twirl.api.HtmlFormat.Appendable, Format[play.twirl.api.HtmlFormat.Appendable]] with Template5[Array[Field], Array[(Symbol, Any)], (ClearFieldConstructor) ⇒ Html, B3FieldConstructor, Lang, play.twirl.api.HtmlFormat.Appendable]

  28. def number(field: Field, args: (Symbol, Any)*)(implicit handler: B3FieldConstructor, lang: Lang): play.twirl.api.HtmlFormat.Appendable

  29. def password(field: Field, args: (Symbol, Any)*)(implicit handler: B3FieldConstructor, lang: Lang): play.twirl.api.HtmlFormat.Appendable

  30. object radio extends BaseScalaTemplate[play.twirl.api.HtmlFormat.Appendable, Format[play.twirl.api.HtmlFormat.Appendable]] with Template5[Field, Seq[(String, Any)], Array[(Symbol, Any)], B3FieldConstructor, Lang, play.twirl.api.HtmlFormat.Appendable]

  31. def range(field: Field, args: (Symbol, Any)*)(implicit handler: B3FieldConstructor, lang: Lang): play.twirl.api.HtmlFormat.Appendable

  32. def reset(args: (Symbol, Any)*)(text: ⇒ Html)(implicit fc: B3FieldConstructor): play.twirl.api.HtmlFormat.Appendable

  33. def search(field: Field, args: (Symbol, Any)*)(implicit handler: B3FieldConstructor, lang: Lang): play.twirl.api.HtmlFormat.Appendable

  34. object select extends BaseScalaTemplate[play.twirl.api.HtmlFormat.Appendable, Format[play.twirl.api.HtmlFormat.Appendable]] with Template5[Field, Seq[(String, String)], Array[(Symbol, Any)], B3FieldConstructor, Lang, play.twirl.api.HtmlFormat.Appendable]

  35. def static(label: Html, args: (Symbol, Any)*)(text: ⇒ Html)(implicit fc: B3FieldConstructor): play.twirl.api.HtmlFormat.Appendable

  36. def static(label: String, args: (Symbol, Any)*)(text: ⇒ Html)(implicit fc: B3FieldConstructor): play.twirl.api.HtmlFormat.Appendable

  37. def static(args: (Symbol, Any)*)(text: ⇒ Html)(implicit fc: B3FieldConstructor): play.twirl.api.HtmlFormat.Appendable

  38. object staticBasic extends BaseScalaTemplate[play.twirl.api.HtmlFormat.Appendable, Format[play.twirl.api.HtmlFormat.Appendable]] with Template3[Array[(Symbol, Any)], Html, B3FieldConstructor, play.twirl.api.HtmlFormat.Appendable]

  39. def submit(args: (Symbol, Any)*)(text: ⇒ Html)(implicit fc: B3FieldConstructor): play.twirl.api.HtmlFormat.Appendable

  40. def tel(field: Field, args: (Symbol, Any)*)(implicit handler: B3FieldConstructor, lang: Lang): play.twirl.api.HtmlFormat.Appendable

  41. def text(field: Field, args: (Symbol, Any)*)(implicit handler: B3FieldConstructor, lang: Lang): play.twirl.api.HtmlFormat.Appendable

  42. object textarea extends BaseScalaTemplate[play.twirl.api.HtmlFormat.Appendable, Format[play.twirl.api.HtmlFormat.Appendable]] with Template4[Field, Array[(Symbol, Any)], B3FieldConstructor, Lang, play.twirl.api.HtmlFormat.Appendable]

  43. def time(field: Field, args: (Symbol, Any)*)(implicit handler: B3FieldConstructor, lang: Lang): play.twirl.api.HtmlFormat.Appendable

  44. def url(field: Field, args: (Symbol, Any)*)(implicit handler: B3FieldConstructor, lang: Lang): play.twirl.api.HtmlFormat.Appendable

  45. package vertical

  46. def week(field: Field, args: (Symbol, Any)*)(implicit handler: B3FieldConstructor, lang: Lang): play.twirl.api.HtmlFormat.Appendable

Inherited from AnyRef

Inherited from Any

Ungrouped