Uses of Interface
com.iizix.prop.ui.selection.IUISelection
Packages that use IUISelection
Package
Description
Uses of IUISelection in com.iizix.api.ui
Methods in com.iizix.api.ui that return IUISelectionConstructors in com.iizix.api.ui with parameters of type IUISelectionModifierConstructorDescriptionUISelectionEvent
(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
Methods in com.iizix.prop.content that return IUISelectionModifier and TypeMethodDescriptionAbstractContentUIContainer.getSelection()
Gets the current selection of the component.Uses of IUISelection in com.iizix.prop.ui
Methods in com.iizix.prop.ui that return IUISelectionModifier and TypeMethodDescriptiondefault IUISelection
IUICheck2Component.getSelection()
Gets the current selection of the component.UIAbstractListChoice.getSelection()
Gets the current selection of the component.Methods in com.iizix.prop.ui with parameters of type IUISelectionModifier 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
Methods in com.iizix.prop.ui.calendar that return IUISelectionUses of IUISelection in com.iizix.prop.ui.map
Methods in com.iizix.prop.ui.map that return IUISelectionModifier and TypeMethodDescriptionMapMarkerProp.getSelection()
Gets the current selection of the component.Uses of IUISelection in com.iizix.prop.ui.mlist
Methods in com.iizix.prop.ui.mlist that return IUISelectionModifier and TypeMethodDescriptionMLItemProp.getSelection()
Gets the current selection of the component.Methods in com.iizix.prop.ui.mlist with parameters of type IUISelectionModifier and TypeMethodDescriptionMLItemProp.setSelection
(IUISelection selection) Sets the selection.Uses of IUISelection in com.iizix.prop.ui.selection
Subinterfaces of IUISelection in com.iizix.prop.ui.selectionModifier 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.Classes in com.iizix.prop.ui.selection that implement IUISelectionModifier 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.Methods in com.iizix.prop.ui.selection that return IUISelectionModifier and TypeMethodDescriptionIUISelectionComp.getSelection()
Gets the current selection of the component.Methods in com.iizix.prop.ui.selection with parameters of type IUISelectionModifier and TypeMethodDescriptiondefault String
IUISelectionComp.setSelection
(IUISelection selection) Sets the selection.Uses of IUISelection in com.iizix.prop.ui.table
Methods in com.iizix.prop.ui.table that return IUISelectionModifier and TypeMethodDescriptionUITable.getSelection()
Gets the current selection of the component.Methods in com.iizix.prop.ui.table with parameters of type IUISelection