IMobileListBehavior Interface
Mobile functionality provided for SAPUI5 lists. See IListBox.Mobile

C# Syntax

public interface IMobileListBehavior 
Public Properties
 NameDescription
PropertyItemsAll items in the list.  
PropertySelectedItemsSelected items in the list.  
Top
Public Methods
 NameDescription
MethodDeleteOverloaded. Deletes the specified item from the list.  
MethodGetItemReturns an item with the given text.  
MethodMoreClicks the More button to expand the list and show more list items.  
MethodSingleSelectOverloaded. Selects the radio button adjacent to the list item.  
Top