Uses of Interface
com.iizix.prop.ui.selection.IUISelection
Package
Description
Uses of IUISelection in com.iizix.api.ui
ModifierConstructorDescriptionUISelectionEvent
(UIComp source, IUISelection selection) Constructs the event for a change without a trigger source.UISelectionEvent
(UIComp source, IUISelection selection, GProp<?> trigger) Constructs the event for a change event with a property being the trigger source, e.g.Uses of IUISelection in com.iizix.prop.content
Modifier and TypeMethodDescriptionAbstractContentUIContainer.getSelection()
Gets the current selection of the component.Uses of IUISelection in com.iizix.prop.ui
Modifier and TypeMethodDescriptiondefault IUISelection
IUICheck2Component.getSelection()
Gets the current selection of the component.UIAbstractListChoice.getSelection()
Gets the current selection of the component.Modifier and TypeMethodDescriptionvoid
UIPanelBase.invokeOnUISelectionMethod
(IUISelectionComp source, GProp<?> trigger, IUISelection selection) Invoke the focus event method.default String
IUICheck2Component.setSelection
(IUISelection selection) Sets the selection.Uses of IUISelection in com.iizix.prop.ui.calendar
Uses of IUISelection in com.iizix.prop.ui.map
Modifier and TypeMethodDescriptionMapMarkerProp.getSelection()
Gets the current selection of the component.Uses of IUISelection in com.iizix.prop.ui.mlist
Modifier and TypeMethodDescriptionMLItemProp.getSelection()
Gets the current selection of the component.Modifier and TypeMethodDescriptionMLItemProp.setSelection
(IUISelection selection) Sets the selection.Uses of IUISelection in com.iizix.prop.ui.selection
Modifier and TypeInterfaceDescriptioninterface
The indexed selection is used for e.g.interface
The boolean selection is used for components that can be selected or unselected, e.g.interface
The cell selection is used for grids with cell selection enabled.interface
The indexed selection is used for e.g.interface
The indexed selection is used for e.g.interface
The boolean selection is used for radio buttons and others when box type components (menu item) where the state can be checked, third state or unchecked.Modifier and TypeClassDescriptionclass
The animated single index-based selection state used by e.g.class
The boolean on/off (or selected/unselected) selection state.class
The grid selection.class
The multiple index-based selection state used by e.g.class
The No-Selection.class
The boolean on/off (or selected/unselected) selection state.class
The single index-based selection state used by e.g.class
The tri-state selection.Modifier and TypeMethodDescriptionIUISelectionComp.getSelection()
Gets the current selection of the component.Modifier and TypeMethodDescriptiondefault String
IUISelectionComp.setSelection
(IUISelection selection) Sets the selection.Uses of IUISelection in com.iizix.prop.ui.table
Modifier and TypeMethodDescriptionUITable.getSelection()
Gets the current selection of the component.