Interface OptionsEditorValue
- All Superinterfaces:
de.espirit.firstspirit.access.editor.ListEditor
- All Known Subinterfaces:
CheckboxEditorValue
,ComboboxEditorValue
,ListEditorValue
,RadiobuttonEditorValue
@Deprecated(since="5.2.21")
public interface OptionsEditorValue
extends de.espirit.firstspirit.access.editor.ListEditor
Deprecated.
Definition for editors that work on options.
- Since:
- 4.0
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Get a factory to produce options.getOptionModel
(Language language) Deprecated.Get the model on options for the given language.Methods inherited from interface de.espirit.firstspirit.access.editor.ListEditor
isReference, setLabels, setReference, setValues
-
Field Details
-
SELECTION_KEY
Deprecated.Key for a single selection entry.- Since:
- 4.0.17
- See Also:
-
SELECTION_VALUE_KEY
Deprecated.Key for the selection entry's value.- Since:
- 4.0.17
- See Also:
-
-
Method Details
-
getOptionFactory
OptionFactory getOptionFactory()Deprecated.Get a factory to produce options.- Returns:
- The factory.
- Since:
- 4.0
-
getOptionModel
Deprecated.Get the model on options for the given language. If the language is not known to the model, all defined options are to be returned.- Parameters:
language
- The language to get the model for.- Returns:
- A model on options.
- Since:
- 4.0
-
FormField
instead