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 TypeClassDescriptionclassRadio button component.classRadio menu item component.Uses of IUIRadioComponent in com.iizix.prop.ui
Classes in com.iizix.prop.ui that implement IUIRadioComponentModifier and TypeClassDescriptionclassRadio button UI component.classMenu item UI component.Methods in com.iizix.prop.ui with parameters of type IUIRadioComponentModifier and TypeMethodDescriptionbooleanIUIContainer.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 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.