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 IUISelectionIUICheck2Component.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 TypeMethodDescriptionvoidUIPanelBase.invokeOnUISelectionMethod(IUISelectionComp source, GProp<?> trigger, IUISelection selection) Invoke the focus event method.default StringIUICheck2Component.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 TypeInterfaceDescriptioninterfaceThe indexed selection is used for e.g.interfaceThe boolean selection is used for components that can be selected or unselected, e.g.interfaceThe cell selection is used for grids with cell selection enabled.interfaceThe indexed selection is used for e.g.interfaceThe indexed selection is used for e.g.interfaceThe 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 TypeClassDescriptionclassThe animated single index-based selection state used by e.g.classThe boolean on/off (or selected/unselected) selection state.classThe grid selection.classThe multiple index-based selection state used by e.g.classThe No-Selection.classThe boolean on/off (or selected/unselected) selection state.classThe single index-based selection state used by e.g.classThe 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 StringIUISelectionComp.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