Package at.bestsolution.uia
Interface ISelectionItemProvider
- All Superinterfaces:
IInitable
Provides access to individual, selectable child controls of containers that implement ISelectionProvider.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classcontext object for ISelectionItemProvider. -
Method Summary
Modifier and TypeMethodDescriptionvoidAdds the current element to the collection of selected items.booleanIndicates whether an item is selected.Specifies the provider that implements ISelectionProvider and acts as the container for the calling object.voidRemoves the current element from the collection of selected items.voidSelect()Deselects any selected items and then selects the current element.Methods inherited from interface at.bestsolution.uia.IInitable
initialize
-
Method Details
-
AddToSelection
void AddToSelection()Adds the current element to the collection of selected items. -
RemoveFromSelection
void RemoveFromSelection()Removes the current element from the collection of selected items. -
Select
void Select()Deselects any selected items and then selects the current element. -
get_IsSelected
boolean get_IsSelected()Indicates whether an item is selected.- Returns:
- true if the item is selected
-
get_SelectionContainer
IUIAElement get_SelectionContainer()Specifies the provider that implements ISelectionProvider and acts as the container for the calling object.- Returns:
- the selection provider element
-