ShortPlayFormValueEnum

enumeratum.values.ShortPlayFormValueEnum
trait ShortPlayFormValueEnum[EntryType <: ShortEnumEntry] extends PlayFormValueEnum[Short, EntryType]

Form Bindable implicits for ShortEnum

Attributes

Graph
Supertypes
trait PlayFormValueEnum[Short, EntryType]
class Object
trait Matchable
class Any
Known subtypes
trait ShortPlayEnum[EnumEntry]
Self type
ShortEnum[EntryType]

Members list

Value members

Concrete fields

protected val baseFormatter: Formatter[Short]

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