Interface IListItem
An SAPUI5 list item.
Namespace: HP.LFT.SDK.SAP.UI5
Assembly: HP.LFT.SDK.dll
Syntax
public interface IListItem : IListItem
Methods
SetData(string)
Enters the specified text in the list box item.
Declaration
void SetData(string text)
Parameters
| Type | Name | Description |
|---|---|---|
| string | text | the text to enter |