Uses of Interface
com.iizix.prop.ui.IUIRadioComponent
Packages that use IUIRadioComponent
Uses of IUIRadioComponent in com.iizigo.panel.prop
Classes in com.iizigo.panel.prop that implement IUIRadioComponentModifier and TypeClassDescriptionclass
Radio button component.class
Radio menu item component.Uses of IUIRadioComponent in com.iizix.prop.ui
Classes in com.iizix.prop.ui that implement IUIRadioComponentModifier and TypeClassDescriptionclass
Radio button UI component.class
Menu item UI component.Methods in com.iizix.prop.ui with parameters of type IUIRadioComponentModifier 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
Methods in com.iizix.prop.ui.selection that return IUIRadioComponentModifier 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.Constructors in com.iizix.prop.ui.selection with parameters of type IUIRadioComponentModifierConstructorDescriptionRadioSelection
(IUIRadioComponent source, boolean isSelected, int selectedIndex) Constructor.