Interface ISelectionItemProvider

All Superinterfaces:
IInitable

public interface ISelectionItemProvider extends IInitable
Provides access to individual, selectable child controls of containers that implement ISelectionProvider.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
    context object for ISelectionItemProvider.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Adds the current element to the collection of selected items.
    boolean
    Indicates whether an item is selected.
    Specifies the provider that implements ISelectionProvider and acts as the container for the calling object.
    void
    Removes the current element from the collection of selected items.
    void
    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