Uses of Interface
com.hp.lft.sdk.web.ListItem
Packages that use ListItem
-
Uses of ListItem in com.hp.lft.sdk.web
Methods in com.hp.lft.sdk.web that return ListItemModifier and TypeMethodDescriptionReturns an item with the given text.Methods in com.hp.lft.sdk.web that return types with arguments of type ListItemModifier and TypeMethodDescriptionListBox.getItems()
Returns all of the items in the list.ListBox.getSelectedItems()
Returns a collection of all selected items.Methods in com.hp.lft.sdk.web with parameters of type ListItemModifier and TypeMethodDescriptionvoid
Deselects a list of items in the list box.void
ListBox.extendSelect
(ListItem... items) Selects additional items from the multi-selection list, by ListItem item.void
Selects a list of items in the list box.