object input extends BaseScalaTemplate[play.twirl.api.HtmlFormat.Appendable, Format[play.twirl.api.HtmlFormat.Appendable]] with Template5[Field, Array[(Symbol, Any)], (String, String, Option[String], Map[Symbol, Any]) => Html, FieldConstructor, MessagesProvider, play.twirl.api.HtmlFormat.Appendable]
- Source
- input.template.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- input
- Template5
- BaseScalaTemplate
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- def _display_(o: Any)(implicit m: ClassTag[play.twirl.api.HtmlFormat.Appendable]): play.twirl.api.HtmlFormat.Appendable
- Definition Classes
- BaseScalaTemplate
- def _display_(x: play.twirl.api.HtmlFormat.Appendable): play.twirl.api.HtmlFormat.Appendable
- Definition Classes
- BaseScalaTemplate
- def _display_(x: NodeSeq): play.twirl.api.HtmlFormat.Appendable
- Definition Classes
- BaseScalaTemplate
- def _display_(x: Unit): play.twirl.api.HtmlFormat.Appendable
- Definition Classes
- BaseScalaTemplate
- def _display_(x: String): play.twirl.api.HtmlFormat.Appendable
- Definition Classes
- BaseScalaTemplate
- def _display_(x: AnyVal): play.twirl.api.HtmlFormat.Appendable
- Definition Classes
- BaseScalaTemplate
- def apply(field: Field, args: (Symbol, Any)*)(inputDef: (String, String, Option[String], Map[Symbol, Any]) => Html)(implicit handler: FieldConstructor, messages: MessagesProvider): play.twirl.api.HtmlFormat.Appendable
Prepare a generic HTML input.
- def f: (Field, Array[(Symbol, Any)]) => ((String, String, Option[String], Map[Symbol, Any]) => Html) => (FieldConstructor, MessagesProvider) => play.twirl.api.HtmlFormat.Appendable
- val format: Format[play.twirl.api.HtmlFormat.Appendable]
- Definition Classes
- BaseScalaTemplate
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def ref: input.this.type
- def render(field: Field, args: Array[(Symbol, Any)], inputDef: (String, String, Option[String], Map[Symbol, Any]) => Html, handler: FieldConstructor, messages: MessagesProvider): play.twirl.api.HtmlFormat.Appendable