Package

views.html

b3

Permalink

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

Type Members

  1. trait B3FieldConstructor extends BSFieldConstructor[B3FieldInfo]

    Permalink

    Custom FieldConstructor for the library.

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

  2. case class B3FieldInfo(field: Field, withFeedback: Boolean, withLabelFor: Boolean, args: Seq[(Symbol, Any)], messages: Messages) extends BSFieldInfo with Product with Serializable

    Permalink

    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

  3. case class B3MultifieldInfo(fields: Seq[Field], globalArguments: Seq[(Symbol, Any)], fieldsArguments: Seq[(Symbol, Any)], messages: Messages) extends BSMultifieldInfo with Product with Serializable

    Permalink

    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 B3FieldInfo extends Serializable

    Permalink

    Companion object for class B3FieldInfo

  2. object bsFieldConstructorCommon extends bsFieldConstructorCommon

    Permalink
  3. object bsFieldConstructorCommon_Scope0

    Permalink
  4. object bsFormGroupCommon extends bsFormGroupCommon

    Permalink
  5. object bsFormGroupCommon_Scope0

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

    Permalink
  7. object buttonType extends buttonType

    Permalink
  8. object buttonType_Scope0

    Permalink
  9. object checkbox extends checkbox

    Permalink
  10. object checkbox_Scope0

    Permalink
  11. package clear

    Permalink
  12. def color(field: Field, args: (Symbol, Any)*)(implicit fc: B3FieldConstructor, messages: Messages): play.twirl.api.HtmlFormat.Appendable

    Permalink
  13. def date(field: Field, args: (Symbol, Any)*)(implicit fc: B3FieldConstructor, messages: Messages): play.twirl.api.HtmlFormat.Appendable

    Permalink
  14. def datetime(field: Field, args: (Symbol, Any)*)(implicit fc: B3FieldConstructor, messages: Messages): play.twirl.api.HtmlFormat.Appendable

    Permalink
  15. def datetimeLocal(field: Field, args: (Symbol, Any)*)(implicit fc: B3FieldConstructor, messages: Messages): play.twirl.api.HtmlFormat.Appendable

    Permalink
  16. def email(field: Field, args: (Symbol, Any)*)(implicit fc: B3FieldConstructor, messages: Messages): play.twirl.api.HtmlFormat.Appendable

    Permalink
  17. object file extends file

    Permalink
  18. object file_Scope0

    Permalink
  19. object form extends form

    Permalink
  20. object formCSRF extends formCSRF

    Permalink
  21. object formCSRF_Scope0

    Permalink
  22. object form_Scope0

    Permalink
  23. def free(args: (Symbol, Any)*)(content: ⇒ Html)(implicit fc: B3FieldConstructor, messages: Messages): Html

    Permalink
  24. def freeFormGroup(args: Seq[(Symbol, Any)])(contentDef: (Map[Symbol, Any]) ⇒ Html)(implicit fc: B3FieldConstructor, messages: Messages): Html

    Permalink

    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

  25. object hidden extends hidden

    Permalink
  26. object hidden_Scope0

    Permalink
  27. object hiddens extends hiddens

    Permalink
  28. object hiddens_Scope0

    Permalink
  29. package horizontal

    Permalink
  30. package inline

    Permalink
  31. def inputFormGroup(field: Field, withFeedback: Boolean, withLabelFor: Boolean, args: Seq[(Symbol, Any)])(inputDef: (B3FieldInfo) ⇒ Html)(implicit fc: B3FieldConstructor, messages: Messages): Html

    Permalink

    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

  32. def inputType(inputType: String, field: Field, args: (Symbol, Any)*)(implicit fc: B3FieldConstructor, messages: Messages): play.twirl.api.HtmlFormat.Appendable

    Permalink

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

  33. object inputWrapped extends inputWrapped

    Permalink
  34. object inputWrapped_Scope0

    Permalink
  35. def month(field: Field, args: (Symbol, Any)*)(implicit fc: B3FieldConstructor, messages: Messages): play.twirl.api.HtmlFormat.Appendable

    Permalink
  36. object multifield extends multifield

    Permalink
  37. def multifieldFormGroup(fields: Seq[Field], globalArgs: Seq[(Symbol, Any)], fieldsArgs: Seq[(Symbol, Any)])(contentDef: (B3MultifieldInfo) ⇒ Html)(implicit fc: B3FieldConstructor, messages: Messages): Html

    Permalink
  38. object multifield_Scope0

    Permalink
  39. def number(field: Field, args: (Symbol, Any)*)(implicit fc: B3FieldConstructor, messages: Messages): play.twirl.api.HtmlFormat.Appendable

    Permalink
  40. def password(field: Field, args: (Symbol, Any)*)(implicit fc: B3FieldConstructor, messages: Messages): play.twirl.api.HtmlFormat.Appendable

    Permalink
  41. def radio(field: Field, options: Seq[(String, Any)], args: (Symbol, Any)*)(implicit fc: B3FieldConstructor, messages: Messages): play.twirl.api.HtmlFormat.Appendable

    Permalink
  42. def radio(field: Field, args: (Symbol, Any)*)(content: ((Boolean, Boolean, B3FieldInfo)) ⇒ Html)(implicit fc: B3FieldConstructor, messages: Messages): play.twirl.api.HtmlFormat.Appendable

    Permalink
  43. object radioOption extends radioOption

    Permalink
  44. object radioOption_Scope0

    Permalink
  45. object radioWithContent extends radioWithContent

    Permalink
  46. object radioWithContent_Scope0

    Permalink
  47. object radioWithOptions extends radioWithOptions

    Permalink
  48. object radioWithOptions_Scope0

    Permalink
  49. def range(field: Field, args: (Symbol, Any)*)(implicit fc: B3FieldConstructor, messages: Messages): play.twirl.api.HtmlFormat.Appendable

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

    Permalink
  51. def search(field: Field, args: (Symbol, Any)*)(implicit fc: B3FieldConstructor, messages: Messages): play.twirl.api.HtmlFormat.Appendable

    Permalink
  52. def select(field: Field, options: Seq[(String, String)], args: (Symbol, Any)*)(implicit fc: B3FieldConstructor, messages: Messages): play.twirl.api.HtmlFormat.Appendable

    Permalink
  53. def select(field: Field, args: (Symbol, Any)*)(content: (Set[String]) ⇒ Html)(implicit fc: B3FieldConstructor, messages: Messages): play.twirl.api.HtmlFormat.Appendable

    Permalink
  54. object selectOption extends selectOption

    Permalink
  55. object selectOption_Scope0

    Permalink
  56. object selectWithContent extends selectWithContent

    Permalink
  57. object selectWithContent_Scope0

    Permalink
  58. object selectWithOptions extends selectWithOptions

    Permalink
  59. object selectWithOptions_Scope0

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

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

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

    Permalink
  63. object staticBasic extends staticBasic

    Permalink
  64. object staticBasic_Scope0

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

    Permalink
  66. def tel(field: Field, args: (Symbol, Any)*)(implicit fc: B3FieldConstructor, messages: Messages): play.twirl.api.HtmlFormat.Appendable

    Permalink
  67. def text(field: Field, args: (Symbol, Any)*)(implicit fc: B3FieldConstructor, messages: Messages): play.twirl.api.HtmlFormat.Appendable

    Permalink
  68. object textarea extends textarea

    Permalink
  69. object textarea_Scope0

    Permalink
  70. def time(field: Field, args: (Symbol, Any)*)(implicit fc: B3FieldConstructor, messages: Messages): play.twirl.api.HtmlFormat.Appendable

    Permalink
  71. def url(field: Field, args: (Symbol, Any)*)(implicit fc: B3FieldConstructor, messages: Messages): play.twirl.api.HtmlFormat.Appendable

    Permalink
  72. package vertical

    Permalink
  73. def week(field: Field, args: (Symbol, Any)*)(implicit fc: B3FieldConstructor, messages: Messages): play.twirl.api.HtmlFormat.Appendable

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped