|
qflib 0.98.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.Observable | +--de.qfs.lib.option.Option | +--de.qfs.lib.option.ChoiceOption
A ChoiceOption is an Option that is edited with the help of a ChoiceOptionEdit
.
Constructor Summary | |
ChoiceOption()
Create a new ChoiceOption. |
|
ChoiceOption(java.lang.String name,
java.lang.Object value)
Create a new ChoiceOption. |
Method Summary | |
java.lang.String |
getConfigurableValue()
Get the Option's value as a String. |
void |
setConfigurableValue(java.lang.String val)
Set the Option's value from a String. |
Methods inherited from class de.qfs.lib.option.Option |
addResources, addValidator, checkValue, clone, equals, getName, getResources, getValue, hashCode, isNullOK, removeValidator, setName, setNullOK, setResources, setValue, toString |
Methods inherited from class java.util.Observable |
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ChoiceOption()
public ChoiceOption(java.lang.String name, java.lang.Object value)
name
- The name of the ChoiceOption.value
- The initial value.Method Detail |
public java.lang.String getConfigurableValue()
getConfigurableValue
in interface ConfigurableOption
public void setConfigurableValue(java.lang.String val)
setConfigurableValue
in interface ConfigurableOption
val
- The value to set.
|
qflib 0.98.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |