Package com.embabel.ux.form
Class Dropdown
-
- All Implemented Interfaces:
-
com.embabel.ux.form.Control,com.embabel.ux.form.RequirableControl
public final class Dropdown implements RequirableControl
-
-
Field Summary
Fields Modifier and Type Field Description private final ControlTypetypeprivate final Stringlabelprivate final List<DropdownOption>optionsprivate final Stringplaceholderprivate final Booleanrequiredprivate final Booleandisabledprivate final Stringid
-
Method Summary
Modifier and Type Method Description ControlTypegetType()final StringgetLabel()final List<DropdownOption>getOptions()final StringgetPlaceholder()BooleangetRequired()BooleangetDisabled()StringgetId()-
-
Method Detail
-
getType
ControlType getType()
-
getOptions
final List<DropdownOption> getOptions()
-
getPlaceholder
final String getPlaceholder()
-
getRequired
Boolean getRequired()
-
getDisabled
Boolean getDisabled()
-
-
-
-