Modifier and Type | Method and Description |
---|---|
void |
ConfigurationOption.doDeepValidation()
Executes the validators and if an error accrues the ValidationException
will be thrown.
|
void |
ConfigurationOption.setValue(List<Value> configValues)
Set value for multiple selection.
|
void |
ConfigurationOption.setValue(Value value)
Set the value, execute validators and update the listeners.
|
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
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) |
Copyright © 2018 universAAL Consortium. All rights reserved.