Interface OptionsEditorValue

All Superinterfaces:
de.espirit.firstspirit.access.editor.ListEditor
All Known Subinterfaces:
CheckboxEditorValue, ComboboxEditorValue, ListEditorValue, RadiobuttonEditorValue

@Deprecated public interface OptionsEditorValue extends de.espirit.firstspirit.access.editor.ListEditor
Deprecated.
since 5.2.21 - use FormField instead
Definition for editors that work on options.
Since:
4.0
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Deprecated.
    Key for a single selection entry.
    static final String
    Deprecated.
    Key for the selection entry's value.
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    Get a factory to produce options.
    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

      static final String SELECTION_KEY
      Deprecated.
      Key for a single selection entry.
      Since:
      4.0.17
      See Also:
    • SELECTION_VALUE_KEY

      static final String 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

      OptionModel getOptionModel(Language language)
      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