NextApp Echo2 Extras
v2.1.0

nextapp.echo2.extras.app.menu
Interface RadioOptionModel

All Superinterfaces:
ItemModel, OptionModel, java.io.Serializable, ToggleOptionModel
All Known Implementing Classes:
DefaultRadioOptionModel

public interface RadioOptionModel
extends ToggleOptionModel

Representation of a radio button style menu option.


Method Summary
 java.lang.String getGroupId()
          Returns a group identifier assocciated with this RadioButtonOptionModel.
 
Methods inherited from interface nextapp.echo2.extras.app.menu.OptionModel
getIcon, getText
 
Methods inherited from interface nextapp.echo2.extras.app.menu.ItemModel
getId
 

Method Detail

getGroupId

java.lang.String getGroupId()
Returns a group identifier assocciated with this RadioButtonOptionModel. When multiple RadioButtonOptionModels have the same groupId, only one may be selected at a time.

Returns:
the group identifier

NextApp Echo2 Extras
v2.1.0