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.

Value Members

  1. 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]

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

    Returns a new the Horizontal FieldConstructor

  3. 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]

  4. 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]

  5. 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]

  6. 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