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 IUISelectionUISelectionEvent. 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 IUISelectionAbstractContentUIContainer. 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 IUISelectionIUICheck2Component. getSelection()Gets the current selection of the component.IUISelectionUIAbstractListChoice. getSelection()Gets the current selection of the component.Methods in com.iizix.prop.ui with parameters of type IUISelection Modifier and Type Method Description voidUIPanelBase. invokeOnUISelectionMethod(IUISelectionComp source, GProp<?> trigger, IUISelection selection)Invoke the focus event method.default java.lang.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 IUISelection Modifier and Type Method Description IUISelectionCalendarEvent. 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 IUISelectionMapMarkerProp. 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 IUISelectionMLItemProp. 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.StringMLItemProp. 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 interfaceIUIAnimatedSingleIndexedSelectionThe indexed selection is used for e.g.interfaceIUIBooleanSelectionThe boolean selection is used for components that can be selected or unselected, e.g.interfaceIUICellSelectionThe cell selection is used for grids with cell selection enabled.interfaceIUIIndexedSelectionThe indexed selection is used for e.g.interfaceIUISingleIndexedSelectionThe indexed selection is used for e.g.interfaceIUITriStateSelectionThe 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 classAnimatedSingleIndexSelectionThe animated single index-based selection state used by e.g.classBooleanSelectionThe boolean on/off (or selected/unselected) selection state.classCellSelectionThe grid selection.classMultipleIndiciesSelectionThe multiple index-based selection state used by e.g.classNoSelectionThe No-Selection.classRadioSelectionThe boolean on/off (or selected/unselected) selection state.classSingleIndexSelectionThe single index-based selection state used by e.g.classTriStateSelectionThe tri-state selection.Methods in com.iizix.prop.ui.selection that return IUISelection Modifier and Type Method Description IUISelectionIUISelectionComp. 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.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 IUISelection Modifier and Type Method Description IUISelectionUITable. 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.StringUITable. setSelection(IUISelection selection)Sets the selection.