Interface RadiobuttonEditorValue

All Superinterfaces:
EditorValue<Option>, de.espirit.firstspirit.access.editor.ListEditor, OptionsEditorValue, SimpleEditorValue

@Deprecated public interface RadiobuttonEditorValue extends EditorValue<Option>, OptionsEditorValue, SimpleEditorValue
Deprecated.
since 5.2.21 - use FormField instead
The RadioButtonEditorValue interface represents the FirstSpirit input component CMS_INPUT_RADIOBUTTON.
Assimilation Note: Additionally takes a collection or an array of entries. Types of entry objects understood are:
  • String, where the textual value has to match an eligible value.
  • If configured via include options, also takes types as listed with the respective include type.
Since:
2.3.17
  • Method Details

    • getForm

      de.espirit.firstspirit.access.store.templatestore.gom.GomRadiobutton getForm()
      Deprecated.
      Covariant return of concrete form container.
      Specified by:
      getForm in interface EditorValue<Option>
      Returns:
      The form definition.
      Since:
      4.0.17