| IUIAnimatedSingleIndexedSelection | The indexed selection is used for e.g. | 
|---|
| IUIAnimatedSingleIndexedSelectionComp | The interface for a selection component supporting index-based selections. | 
|---|
| IUIBooleanSelection | The boolean selection is used for components that can be selected or unselected, e.g. | 
|---|
| IUIBooleanSelectionComp | The boolean component supports an on/off or selected/unselected state only. | 
|---|
| IUICellSelection | The cell selection is used for grids with cell selection enabled. | 
|---|
| IUICellSelectionComp | Interface implements by components that process cell selection and emits cell selection events. | 
|---|
| IUIIndexedSelection | The indexed selection is used for e.g. | 
|---|
| IUIIndexedSelectionComp | The interface for a selection component supporting index-based selections. | 
|---|
| IUISelection | The selection interface tag. | 
|---|
| IUISelectionComp | Interface implements by components that process selection and emits selection events. | 
|---|
| IUISingleIndexedSelection | The indexed selection is used for e.g. | 
|---|
| IUISingleIndexedSelectionComp | The interface for a selection component supporting index-based selections. | 
|---|
| 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. | 
|---|
| IUITriStateSelectionComp | Interface for tri-state based selection components such as a checkbox. | 
|---|