Uses of Interface
com.iizix.prop.ui.selection.IUISelection
Uses of IUISelection in com.iizix.api.ui
Methods in com.iizix.api.ui that return IUISelection Modifier and Type Method Description IUISelection
UISelectionEvent. getSelection()
Gets the selection.Constructors in com.iizix.api.ui with parameters of type IUISelection Constructor Description UISelectionEvent(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 IUISelection Modifier and Type Method Description IUISelection
AbstractContentUIContainer. getSelection()
Gets the current selection of the component.Uses of IUISelection in com.iizix.prop.ui
Methods in com.iizix.prop.ui that return IUISelection Modifier and Type Method Description default IUISelection
IUICheck2Component. getSelection()
Gets the current selection of the component.IUISelection
UIAbstractListChoice. getSelection()
Gets the current selection of the component.Methods in com.iizix.prop.ui with parameters of type IUISelection Modifier and Type Method Description void
UIPanelBase. invokeOnUISelectionMethod(IUISelectionComp source, GProp<?> trigger, IUISelection selection)
Invoke the focus event method.default java.lang.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 IUISelection Modifier and Type Method Description IUISelection
CalendarEvent. getSelection()
Uses of IUISelection in com.iizix.prop.ui.map
Methods in com.iizix.prop.ui.map that return IUISelection Modifier and Type Method Description IUISelection
MapMarkerProp. 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 IUISelection Modifier and Type Method Description IUISelection
MLItemProp. getSelection()
Gets the current selection of the component.Methods in com.iizix.prop.ui.mlist with parameters of type IUISelection Modifier and Type Method Description java.lang.String
MLItemProp. setSelection(IUISelection selection)
Sets the selection.Uses of IUISelection in com.iizix.prop.ui.selection
Subinterfaces of IUISelection in com.iizix.prop.ui.selection Modifier and Type Interface Description interface
IUIAnimatedSingleIndexedSelection
The indexed selection is used for e.g.interface
IUIBooleanSelection
The boolean selection is used for components that can be selected or unselected, e.g.interface
IUICellSelection
The cell selection is used for grids with cell selection enabled.interface
IUIIndexedSelection
The indexed selection is used for e.g.interface
IUISingleIndexedSelection
The indexed selection is used for e.g.interface
IUITriStateSelection
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 IUISelection Modifier and Type Class Description class
AnimatedSingleIndexSelection
The animated single index-based selection state used by e.g.class
BooleanSelection
The boolean on/off (or selected/unselected) selection state.class
CellSelection
The grid selection.class
MultipleIndiciesSelection
The multiple index-based selection state used by e.g.class
NoSelection
The No-Selection.class
RadioSelection
The boolean on/off (or selected/unselected) selection state.class
SingleIndexSelection
The single index-based selection state used by e.g.class
TriStateSelection
The tri-state selection.Methods in com.iizix.prop.ui.selection that return IUISelection Modifier and Type Method Description IUISelection
IUISelectionComp. getSelection()
Gets the current selection of the component.Methods in com.iizix.prop.ui.selection with parameters of type IUISelection Modifier and Type Method Description default java.lang.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 IUISelection Modifier and Type Method Description IUISelection
UITable. getSelection()
Gets the current selection of the component.Methods in com.iizix.prop.ui.table with parameters of type IUISelection Modifier and Type Method Description java.lang.String
UITable. setSelection(IUISelection selection)
Sets the selection.