Interface IRadioGroupModel<T>

All Superinterfaces:
IEditableModel, IModel, IValidable, IValue<T>
All Known Implementing Classes:
InfobaseSynchronizationSettingsModel

public interface IRadioGroupModel<T> extends IValue<T>, IEditableModel
The AEF 2.0 model for radio group component.
  • Method Details

    • getItems

      Collection<T> getItems()
      Returns a collection of items.

      Each item is a option of the radio group.

      Returns:
      a collection of items, never null.