Package at.bestsolution.uia
Interface ISelectionProvider2
- All Superinterfaces:
IInitable,ISelectionProvider
Extends the ISelectionItemProvider interface to provide information about selected items.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classcontext object for ISelectionProvider.Nested classes/interfaces inherited from interface at.bestsolution.uia.ISelectionProvider
ISelectionProvider.SelectionProviderContext -
Method Summary
Modifier and TypeMethodDescriptionGets the currently selected item.Gets the first item in a group of selected items.intGets the number of selected items.Gets the last item in a group of selected items.Methods inherited from interface at.bestsolution.uia.IInitable
initializeMethods inherited from interface at.bestsolution.uia.ISelectionProvider
get_CanSelectMultiple, get_IsSelectionRequired, GetSelection
-
Method Details
-
get_CurrentSelectedItem
IUIAElement get_CurrentSelectedItem()Gets the currently selected item.- Returns:
- the current selected item
-
get_FirstSelectedItem
IUIAElement get_FirstSelectedItem()Gets the first item in a group of selected items.- Returns:
- the first selected item
-
get_LastSelectedItem
IUIAElement get_LastSelectedItem()Gets the last item in a group of selected items.- Returns:
- the last selected item
-
get_ItemCount
int get_ItemCount()Gets the number of selected items.- Returns:
- the item count
-