IMobileListItem Interface
An SAPUI5 list item belongs to an SAPUI5 Mobile list.

C# Syntax

public interface IMobileListItem : IListItem, HP.LFT.SDK.Web.IListItem  
Public Properties
 NameDescription
PropertyTextThe text value of the list item. (Inherited from HP.LFT.SDK.Web.IListItem)
Top
Public Methods
 NameDescription
MethodDetailsSelects the specified item in the list and expands the item's details.  
MethodMakeVisibleMakes an item in the list visible. (Inherited from HP.LFT.SDK.Web.IListItem)
MethodSetDataEnters the specified text in the list box item. (Inherited from HP.LFT.SDK.SAP.UI5.IListItem)
Top