CharPlayFormValueEnum

enumeratum.values.CharPlayFormValueEnum
trait CharPlayFormValueEnum[EntryType <: CharEnumEntry] extends PlayFormValueEnum[Char, EntryType]

Form Bindable implicits for CharEnum

Attributes

Graph
Supertypes
trait PlayFormValueEnum[Char, EntryType]
class Object
trait Matchable
class Any
Known subtypes
trait CharPlayEnum[EnumEntry]
Self type
CharEnum[EntryType]

Members list

Value members

Concrete fields

protected val baseFormatter: Formatter[Char]

The Formatter for binding the ValueType of this ValueEnum.

The Formatter for binding the ValueType of this ValueEnum.

Used for building the Formatter for the entries

Attributes

Inherited fields

lazy val formField: Mapping[EntryType]

Field for mapping this enum in Forms

Field for mapping this enum in Forms

Attributes

Inherited from:
PlayFormValueEnum