Modifier and Type | Method and Description |
---|---|
void |
VaadinConfigurationController.saveConfiguration(List<ConfigurationOption> configOptions,
ConfigurationSaveOptions saveOptions,
boolean force)
Save the configuration instance.
|
Modifier and Type | Class and Description |
---|---|
class |
MapConfigurationOption
This class represents the map configuration item of the xml configuration
definition.
|
class |
SimpleConfigurationOption
This class represents the the simple configuration item of xml configuration
definition.
|
Modifier and Type | Method and Description |
---|---|
ConfigurationOption |
ConfigOptionRegistry.getConfigOptionForId(String id) |
Modifier and Type | Method and Description |
---|---|
Collection<ConfigurationOption> |
ConfigOptionRegistry.getAll() |
Modifier and Type | Method and Description |
---|---|
int |
ConfigurationOption.compareTo(ConfigurationOption o) |
void |
ConfigOptionRegistry.register(ConfigurationOption configOption) |
Modifier and Type | Method and Description |
---|---|
void |
OnConfigurationChangedListener.configurationChanged(ConfigOptionRegistry registry,
ConfigurationOption option) |
Constructor and Description |
---|
ListenerServiceTracker(org.osgi.framework.BundleContext context,
String name,
ConfigurationOption option) |
ValidationServiceTracker(org.osgi.framework.BundleContext context,
String name,
ConfigurationOption option,
String[] attributes) |
Modifier and Type | Method and Description |
---|---|
ConfigurationOption |
MultiselectionList.getConfigOption() |
ConfigurationOption |
ConfigurationListSelect.getConfigOption() |
Modifier and Type | Method and Description |
---|---|
List<ConfigurationOption> |
ConfigurationPanel.getConfigOptions() |
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 |
---|
ConfigurationSaveWindow(VaadinConfigurationController controller,
List<ConfigurationOption> configOptions) |
Copyright © 2018 universAAL Consortium. All rights reserved.