@Beta public class ComboBoxConfig extends Object implements InputTypeConfig
Modifier and Type | Class and Description |
---|---|
static class |
ComboBoxConfig.Builder |
Modifier and Type | Method and Description |
---|---|
void |
checkValidity(Property property) |
static ComboBoxConfig.Builder |
create() |
List<Option> |
getOptions() |
public void checkValidity(Property property) throws InvalidValueException
checkValidity
in interface InputTypeConfig
InvalidValueException
public static ComboBoxConfig.Builder create()