Package com.hp.lft.sdk.uiapro
Interface SelectionItemPattern
public interface SelectionItemPattern
The methods and properties used to interact with selectable items in a container.
-
Method Summary
Modifier and TypeMethodDescriptionvoidAdds the current element to the collection of selected items.booleanvoidRemoves the current element from the collection of selected items.voidselect()Deselects any selected items and then selects the current element.
-
Method Details
-
isSelected
- Returns:
- Indicates whether the item is selected.
- Throws:
GeneralLeanFtException- if error occurs during execution.
-
select
Deselects any selected items and then selects the current element.- Throws:
GeneralLeanFtException- if error occurs during execution.
-
addToSelection
Adds the current element to the collection of selected items.- Throws:
GeneralLeanFtException- if error occurs during execution.
-
removeFromSelection
Removes the current element from the collection of selected items.- Throws:
GeneralLeanFtException- if error occurs during execution.
-