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 FieldConstructor with Product with Serializable

    Declares the class for the Horizontal FieldConstructor.

    Declares the class for the Horizontal FieldConstructor. It needs the column widths for the corresponding Bootstrap3 form-group

Value Members

  1. object actions extends BaseScalaTemplate[play.twirl.api.HtmlFormat.Appendable, Format[play.twirl.api.HtmlFormat.Appendable]] with Template2[Html, HorizontalFieldConstructor, play.twirl.api.HtmlFormat.Appendable]

  2. object b3FieldConstructorHorizontal extends BaseScalaTemplate[play.twirl.api.HtmlFormat.Appendable, Format[play.twirl.api.HtmlFormat.Appendable]] with Template3[FieldElements, String, String, play.twirl.api.HtmlFormat.Appendable]

  3. def fieldConstructor(colLabel: String, colInput: String): HorizontalFieldConstructor

    Returns a new the Horizontal FieldConstructor

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

  5. object formWithFC extends BaseScalaTemplate[play.twirl.api.HtmlFormat.Appendable, Format[play.twirl.api.HtmlFormat.Appendable]] with Template6[Call, String, String, Array[(Symbol, Any)], (HorizontalFieldConstructor, Lang) ⇒ Html, Lang, play.twirl.api.HtmlFormat.Appendable]

  6. object reset extends BaseScalaTemplate[play.twirl.api.HtmlFormat.Appendable, Format[play.twirl.api.HtmlFormat.Appendable]] with Template3[Array[(Symbol, Any)], Html, HorizontalFieldConstructor, play.twirl.api.HtmlFormat.Appendable]

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

  8. object submit extends BaseScalaTemplate[play.twirl.api.HtmlFormat.Appendable, Format[play.twirl.api.HtmlFormat.Appendable]] with Template3[Array[(Symbol, Any)], Html, HorizontalFieldConstructor, play.twirl.api.HtmlFormat.Appendable]

Inherited from AnyRef

Inherited from Any

Ungrouped