input

views.html.helper.input
object input extends BaseScalaTemplate[Appendable, Format[Appendable]], Template5[Field, Array[(Symbol, Any)], (String, String, Option[String], Map[Symbol, Any]) => Html, FieldConstructor, MessagesProvider, Appendable]

Attributes

Graph
Supertypes
trait Template5[Field, Array[(Symbol, Any)], (String, String, Option[String], Map[Symbol, Any]) => Html, FieldConstructor, MessagesProvider, Appendable]
class BaseScalaTemplate[Appendable, Format[Appendable]]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
input.type

Members list

Value members

Concrete methods

def apply(field: Field, args: (Symbol, Any)*)(inputDef: (String, String, Option[String], Map[Symbol, Any]) => Html)(implicit handler: FieldConstructor, messages: MessagesProvider): Appendable

Prepare a generic HTML input.

Prepare a generic HTML input.

Attributes

def f: (Field, Array[(Symbol, Any)]) => ((String, String, Option[String], Map[Symbol, Any]) => Html) => (FieldConstructor, MessagesProvider) => Appendable
def ref: this.type
def render(field: Field, args: Array[(Symbol, Any)], inputDef: (String, String, Option[String], Map[Symbol, Any]) => Html, handler: FieldConstructor, messages: MessagesProvider): Appendable

Inherited methods

def _display_(o: Any)(implicit m: ClassTag[Appendable]): Appendable

Attributes

Inherited from:
BaseScalaTemplate
def _display_(x: Appendable): Appendable

Attributes

Inherited from:
BaseScalaTemplate
def _display_(x: NodeSeq): Appendable

Attributes

Inherited from:
BaseScalaTemplate
def _display_(x: Unit): Appendable

Attributes

Inherited from:
BaseScalaTemplate
def _display_(x: String): Appendable

Attributes

Inherited from:
BaseScalaTemplate
def _display_(x: AnyVal): Appendable

Attributes

Inherited from:
BaseScalaTemplate

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product