Modifier and Type | Method and Description |
---|---|
Value |
ConfigPreferences.getValue(String id,
Value defaultValue) |
Modifier and Type | Method and Description |
---|---|
List<Value> |
ConfigPreferences.getValue(String id) |
Modifier and Type | Method and Description |
---|---|
Value |
ConfigPreferences.getValue(String id,
Value defaultValue) |
Modifier and Type | Field and Description |
---|---|
protected List<Value> |
ConfigurationOption.values |
Modifier and Type | Method and Description |
---|---|
List<Value> |
ConfigurationOption.getValues() |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationOption.setValue(Value value)
Set the value, execute validators and update the listeners.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationOption.setValue(List<Value> configValues)
Set value for multiple selection.
|
Modifier and Type | Field and Description |
---|---|
protected List<Value> |
ConfigOption.value |
Modifier and Type | Method and Description |
---|---|
Value |
ObjectFactory.createValue()
Create an instance of
Value |
Modifier and Type | Method and Description |
---|---|
List<Value> |
ConfigOption.getValue()
Gets the value of the value property.
|
Modifier and Type | Method and Description |
---|---|
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) |
Copyright © 2018 universAAL Consortium. All rights reserved.