Uses of Interface
com.iizix.prop.ui.IUIRadioComponent
Packages that use IUIRadioComponent Package Description com.iizigo.panel.prop com.iizix.prop.ui com.iizix.prop.ui.selection Uses of IUIRadioComponent in com.iizigo.panel.prop
Classes in com.iizigo.panel.prop that implement IUIRadioComponent Modifier and Type Class Description class
EUIRadioButton
Radio button component.class
EUIRadioMenuItem
Radio menu item component.Uses of IUIRadioComponent in com.iizix.prop.ui
Classes in com.iizix.prop.ui that implement IUIRadioComponent Modifier and Type Class Description class
UIRadioButton
Radio button UI component.class
UIRadioMenuItem
Menu item UI component.Methods in com.iizix.prop.ui with parameters of type IUIRadioComponent Modifier and Type Method Description boolean
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 IUIRadioComponent Modifier and Type Method Description IUIRadioComponent
RadioSelection. getBooleanSource()
Get the source component of the event.IUIRadioComponent
RadioSelection. getIndexedSource()
Get the source component of the event.IUIRadioComponent
RadioSelection. getSingleIndexedSource()
Get the source component of the event.IUIRadioComponent
RadioSelection. getSource()
Get the source component of the event.Constructors in com.iizix.prop.ui.selection with parameters of type IUIRadioComponent Constructor Description RadioSelection(IUIRadioComponent source, boolean isSelected, int selectedIndex)
Constructor.