Class EnumToSelectBoxConverter

All Implemented Interfaces:
FieldComponentConverter

public class EnumToSelectBoxConverter extends AbstractFieldComponentConverter<SingleSelectBox>
The enum datatype is rendered as select box by default.

TODO no default value shall be selected. add a fake empty element? if radios were used instead then this problem would not exist, but the list can get long...