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 classEUIRadioButtonRadio button component.classEUIRadioMenuItemRadio 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 classUIRadioButtonRadio button UI component.classUIRadioMenuItemMenu item UI component.Methods in com.iizix.prop.ui with parameters of type IUIRadioComponent Modifier and Type Method Description booleanIUIContainer. setRadioSelectionComponent(IUIRadioComponent radioComponent, boolean isSelected)Sets the selection to the specified radio component.default booleanIUIGroupSeparator. setRadioSelectionComponent(IUIRadioComponent radioComponent)Sets the selection to the specified radio component.booleanIUIGroupSeparator. setRadioSelectionComponent(IUIRadioComponent radioComponent, boolean isSelected)Sets the selection to the specified radio component.booleanUIContainer. 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 IUIRadioComponentRadioSelection. getBooleanSource()Get the source component of the event.IUIRadioComponentRadioSelection. getIndexedSource()Get the source component of the event.IUIRadioComponentRadioSelection. getSingleIndexedSource()Get the source component of the event.IUIRadioComponentRadioSelection. 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.