Class RadioSelection

java.lang.Object
com.iizix.prop.ui.selection.RadioSelection
All Implemented Interfaces:
IUIBooleanSelection, IUIIndexedSelection, IUISelection, IUISingleIndexedSelection

public class RadioSelection extends Object implements IUIBooleanSelection, IUISingleIndexedSelection
The boolean on/off (or selected/unselected) selection state.
Author:
Christopher Mindus
  • Constructor Details

    • RadioSelection

      public RadioSelection(IUIRadioComponent source, boolean isSelected, int selectedIndex)
      Constructor.
      Parameters:
      source - The component source.
      isSelected - The selection state.
      selectedIndex - The selected index, or -1 for none.
  • Method Details