Uses of Interface
com.hp.lft.sdk.sap.ui5.ListItem
Packages that use ListItem
-
Uses of ListItem in com.hp.lft.sdk.sap.ui5
Subinterfaces of ListItem in com.hp.lft.sdk.sap.ui5Modifier and TypeInterfaceDescriptioninterface
An 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 TypeMethodDescriptionvoid
Deletes the specified item from the list.void
Deselects a list of items in the list box.void
ListBox.extendSelect
(ListItem... items) Selects a list of items in the list box.void
Selects a list of items in the list box.void
ListBox.singleSelect
(ListItem item) Selects one item in the list box.void
MobileListBehavior.singleSelect
(ListItem item) Selects the specifiedListItem
item in the list item.