Modifier and Type | Method and Description |
---|---|
ConfigOptionRegistry |
VaadinConfigurationController.getModelRegistry() |
Constructor and Description |
---|
ConfigurationOption(ConfigItem configItem,
Category category,
ConfigOptionRegistry configOptionRegistry)
Load validators and on configuration changed listeners.
|
MapConfigurationOption(MapConfigItem configItem,
Category category,
ConfigOptionRegistry configOptionRegestry) |
SimpleConfigurationOption(SimpleConfigItem configItem,
Category category,
ConfigOptionRegistry configOptionRegestry) |
Modifier and Type | Method and Description |
---|---|
void |
OnConfigurationChangedListener.configurationChanged(ConfigOptionRegistry registry,
ConfigurationOption option) |
boolean |
ConfigurationValidator.isValid(ConfigOptionRegistry registry,
Value value)
Checks if the value is valid.
|
void |
ConfigurationValidator.validate(ConfigOptionRegistry registry,
Value value)
Does the same as the isValid method but is able to thow an exception with
an error message.
|
Modifier and Type | Method and Description |
---|---|
boolean |
IntMinMaxValidator.isValid(ConfigOptionRegistry registry,
Value value) |
boolean |
IntegerValidator.isValid(ConfigOptionRegistry registry,
Value value) |
boolean |
DoubleValidator.isValid(ConfigOptionRegistry registry,
Value value) |
boolean |
DoubleMinMaxValidator.isValid(ConfigOptionRegistry registry,
Value value) |
boolean |
URLValidator.isValid(ConfigOptionRegistry registry,
Value value) |
boolean |
RegExpValidator.isValid(ConfigOptionRegistry registry,
Value value) |
void |
IntMinMaxValidator.validate(ConfigOptionRegistry registry,
Value value) |
void |
IntegerValidator.validate(ConfigOptionRegistry registry,
Value value) |
void |
DoubleValidator.validate(ConfigOptionRegistry registry,
Value value) |
void |
DoubleMinMaxValidator.validate(ConfigOptionRegistry registry,
Value value) |
void |
URLValidator.validate(ConfigOptionRegistry registry,
Value value) |
void |
RegExpValidator.validate(ConfigOptionRegistry registry,
Value value) |
Modifier and Type | Method and Description |
---|---|
void |
MultiselectionList.configurationChanged(ConfigOptionRegistry registry,
ConfigurationOption option) |
void |
SimpleConfiguratorPasswordField.configurationChanged(ConfigOptionRegistry registry,
ConfigurationOption option) |
void |
SimpleConfiguratorTextField.configurationChanged(ConfigOptionRegistry registry,
ConfigurationOption option) |
void |
ConfigurationListSelect.configurationChanged(ConfigOptionRegistry registry,
ConfigurationOption option) |
Constructor and Description |
---|
ConfigurationListSelect(VaadinConfigurationController controller,
MapConfigurationOption mapOption,
ConfigOptionRegistry registry) |
MultiselectionList(VaadinConfigurationController controller,
MapConfigurationOption mapOption,
ConfigOptionRegistry registry) |
Copyright © 2018 universAAL Consortium. All rights reserved.