object CustomFieldBehavior

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

Type Members

  1. trait TextFieldBehavior extends CustomFieldBehavior

Value Members

  1. def apply(fieldType: String): Option[CustomFieldBehavior]
  2. def validate(field: CustomField, value: String, messages: Messages): Option[String]
  3. case object DateFieldBehavior extends TextFieldBehavior with Product with Serializable
  4. case object DoubleFieldBehavior extends TextFieldBehavior with Product with Serializable
  5. case object LongFieldBehavior extends TextFieldBehavior with Product with Serializable
  6. case object StringFieldBehavior extends TextFieldBehavior with Product with Serializable