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