Uiinfrastructure API Docs  
 

GrowableListModel.SaveRow Method 

Saves the data on the row _nRowIndex.

protected override int SaveRow(
   PTGrowableSortedArrayWrapper _saData,
   int _nRowIndex,
   XPHashtable _htFormData
);

Parameters

_saData
List to update the data on row _nRowIndex
_nRowIndex
Index of the row to save.
_htFormData
Data posted by the form.

Return Value

int Status for server side validation.

See Also

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