Interface SelectionItemPattern


public interface SelectionItemPattern
The methods and properties used to interact with selectable items in a container.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Adds the current element to the collection of selected items.
    boolean
     
    void
    Removes the current element from the collection of selected items.
    void
    Deselects any selected items and then selects the current element.