Package

views.html

b4

Permalink

package b4

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. b4
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait B4FieldConstructor extends BSFieldConstructor[B4FieldInfo]

    Permalink

    Custom FieldConstructor for the library.

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

  2. case class B4FieldInfo(field: Field, 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 - 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 B4MultifieldInfo(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 B4FieldInfo extends Serializable

    Permalink

    Companion object for class B4FieldInfo

  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: B4FieldConstructor, 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: B4FieldConstructor, messages: Messages): play.twirl.api.HtmlFormat.Appendable

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

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

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

    Permalink
  16. def email(field: Field, args: (Symbol, Any)*)(implicit fc: B4FieldConstructor, 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: B4FieldConstructor, messages: Messages): Html

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

    Permalink

    Renders a form-group using the B4FieldConstructor.

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

  25. def hidden(field: Field, args: (Symbol, Any)*): play.twirl.api.HtmlFormat.Appendable

    Permalink
  26. def hidden(name: String, value: Any, args: (Symbol, Any)*): play.twirl.api.HtmlFormat.Appendable

    Permalink
  27. object hiddenInput extends hiddenInput

    Permalink
  28. object hiddenInput_Scope0

    Permalink
  29. object hiddens extends hiddens

    Permalink
  30. object hiddens_Scope0

    Permalink
  31. package horizontal

    Permalink
  32. package inline

    Permalink
  33. def inputFormGroup(field: Field, withLabelFor: Boolean, args: Seq[(Symbol, Any)])(inputDef: (B4FieldInfo) ⇒ Html)(implicit fc: B4FieldConstructor, messages: Messages): Html

    Permalink

    Renders an input form-group using the B4FieldConstructor.

    Renders an input form-group using the B4FieldConstructor. - 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 B4FieldInfo that contains all the information about the field

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

    Permalink

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

  35. object inputWrapped extends inputWrapped

    Permalink
  36. object inputWrapped_Scope0

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

    Permalink
  38. object multifield extends multifield

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

    Permalink
  40. object multifield_Scope0

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

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

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

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

    Permalink
  45. object radioOption extends radioOption

    Permalink
  46. object radioOption_Scope0

    Permalink
  47. object radioWithContent extends radioWithContent

    Permalink
  48. object radioWithContent_Scope0

    Permalink
  49. object radioWithOptions extends radioWithOptions

    Permalink
  50. object radioWithOptions_Scope0

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

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

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

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

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

    Permalink
  56. object selectOption extends selectOption

    Permalink
  57. object selectOption_Scope0

    Permalink
  58. object selectWithContent extends selectWithContent

    Permalink
  59. object selectWithContent_Scope0

    Permalink
  60. object selectWithOptions extends selectWithOptions

    Permalink
  61. object selectWithOptions_Scope0

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

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

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

    Permalink
  65. object staticBasic extends staticBasic

    Permalink
  66. object staticBasic_Scope0

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

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

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

    Permalink
  70. object textarea extends textarea

    Permalink
  71. object textarea_Scope0

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

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

    Permalink
  74. package vertical

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

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped