Uses of Interface
com.hp.lft.sdk.sap.ui5.ListItem
Packages that use ListItem
- 
Uses of ListItem in com.hp.lft.sdk.sap.ui5Subinterfaces of ListItem in com.hp.lft.sdk.sap.ui5Modifier and TypeInterfaceDescriptioninterfaceAn SAPUI5 list item in an SAPUI5 Mobile list.Methods in com.hp.lft.sdk.sap.ui5 that return ListItemModifier and TypeMethodDescriptionReturns an item with the given text.Methods in com.hp.lft.sdk.sap.ui5 that return types with arguments of type ListItemModifier and TypeMethodDescriptionListBox.getItems()Returns all of the items in the list.ListBox.getSelectedItems()Returns the list of all selected items.Methods in com.hp.lft.sdk.sap.ui5 with parameters of type ListItemModifier and TypeMethodDescriptionvoidDeletes the specified item from the list.voidDeselects a list of items in the list box.voidListBox.extendSelect(ListItem... items) Selects a list of items in the list box.voidSelects a list of items in the list box.voidListBox.singleSelect(ListItem item) Selects one item in the list box.voidMobileListBehavior.singleSelect(ListItem item) Selects the specifiedListItemitem in the list item.