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 TypeMethodDescriptionvoidDeselects a list of items in the list box.voidListBox.extendSelect(ListItem... items) Selects additional items from the multi-selection list, by ListItem item.voidSelects a list of items in the list box.