Uses of Interface
com.hp.lft.sdk.java.ListItem
Packages that use ListItem
-
Uses of ListItem in com.hp.lft.sdk.java
Methods in com.hp.lft.sdk.java that return ListItemModifier and TypeMethodDescriptionReturns the item with the specified text.Methods in com.hp.lft.sdk.java that return types with arguments of type ListItemModifier and TypeMethodDescriptionList.getItems()
Returns the list of items in the list object.List.getSelectedItems()
Returns the list of items that are selected in the list object.Methods in com.hp.lft.sdk.java with parameters of type ListItemModifier and TypeMethodDescriptionvoid
List.activateItem
(ListItem item) Activates an item in the list.void
Deselects items from the list.void
List.extendSelect
(ListItem... items) Selects additional items from the multi-selection list, by ListItem items.void
Selects multiple items by string values.void
List.selectRange
(ListItem itemFrom, ListItem itemTo) Selects list items between (and including) the two specified items.