Interface IRadioGroupModel<T>
- All Superinterfaces:
IEditableModel
,IModel
,IValidable
,IValue<T>
- All Known Implementing Classes:
InfobaseSynchronizationSettingsModel
The AEF 2.0 model for radio group component.
-
Method Summary
Methods inherited from interface com._1c.g5.aef2.models.IEditableModel
isEditable, setEditable
Methods inherited from interface com._1c.g5.aef2.models.IModel
addModelListener, commit, discard, dispose, getChange, getComponent, isOnline, removeModelListener, setComponent
Methods inherited from interface com._1c.g5.aef2.validators.IValidable
addValidator, removeValidator, validate, validate
Methods inherited from interface com._1c.g5.aef2.models.value.IValue
addValueListener, createWorkingCopy, get, isEqual, removeValueListener, set
-
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
.
-