public abstract class AbstractConfigurationOption extends Object implements ConfigurationOption
ConfigurationOptions.| Constructor and Description |
|---|
AbstractConfigurationOption() |
| Modifier and Type | Method and Description |
|---|---|
Collection<?> |
getAvailableValues()
Returns an ordered list of available values.
|
Object |
getDefaultValue()
Default value for this option (if not set by user).
|
int |
getPriority()
Indicates the "priority" of this option.
|
protected void |
setAvailableValues(Collection<?> availableValues) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDescription, getLabel, getName, getType, getUIType, isRequired, validatepublic int getPriority()
ConfigurationOptiongetPriority in interface ConfigurationOptionpublic Collection<?> getAvailableValues()
ConfigurationOptionInputType.SELECT_MANY and InputType.SELECT_ONE.getAvailableValues in interface ConfigurationOptionprotected void setAvailableValues(Collection<?> availableValues)
public Object getDefaultValue()
ConfigurationOptiongetDefaultValue in interface ConfigurationOptionCopyright © 2021 JBoss by Red Hat. All rights reserved.