Uiinfrastructure API Docs  
 

GrowableListView.GetHTMLForRow Method 

Returns the HTML for the row _nRowIndex. Each row contains just an icon and input text.

public override HTMLElement GetHTMLForRow(
   IPTGrowableSortedArrayWrapperRO _saData,
   int _nRowIndex
);

Parameters

_saData
_nRowIndex

Return Value

HTMLElement

See Also

GrowableListView Class | com.plumtree.uiinfrastructure.expandablelist.growablelist Namespace