Uses of Interface
com.iizix.prop.ui.IUIRadioComponent
Uses of IUIRadioComponent in com.iizigo.panel.prop
Modifier and TypeClassDescriptionclass
Radio button component.class
Radio menu item component.Uses of IUIRadioComponent in com.iizix.prop.ui
Modifier and TypeClassDescriptionclass
Radio button UI component.class
Menu item UI component.Modifier and TypeMethodDescriptionboolean
IUIContainer.setRadioSelectionComponent
(IUIRadioComponent radioComponent, boolean isSelected) Sets the selection to the specified radio component.default boolean
IUIGroupSeparator.setRadioSelectionComponent
(IUIRadioComponent radioComponent) Sets the selection to the specified radio component.boolean
IUIGroupSeparator.setRadioSelectionComponent
(IUIRadioComponent radioComponent, boolean isSelected) Sets the selection to the specified radio component.boolean
UIContainer.setRadioSelectionComponent
(IUIRadioComponent radioComponent, boolean isSelected) Sets the selection to the specified radio component.Uses of IUIRadioComponent in com.iizix.prop.ui.selection
Modifier and TypeMethodDescriptionRadioSelection.getBooleanSource()
Get the source component of the event.RadioSelection.getIndexedSource()
Get the source component of the event.RadioSelection.getSingleIndexedSource()
Get the source component of the event.RadioSelection.getSource()
Get the source component of the event.ModifierConstructorDescriptionRadioSelection
(IUIRadioComponent source, boolean isSelected, int selectedIndex) Constructor.