Uiinfrastructure API Docs  
 

PTSortedArrayWrapper.GetItem Method 

MES- GetItem is used by clients to retrieve data from the array

public virtual object GetItem(
   int iRow,
   int iPropID
);

Parameters

iRow
indicates the row that's desired. That's the SORTED row, rather than the RAW row. GetItem will dereference the row number to figure out the real, raw row.
iPropID
indicates the Property that the client wants

Return Value

the item found with row iRow and Property iPropID, as an Object

See Also

PTSortedArrayWrapper Class | com.plumtree.uiinfrastructure.arraywrapper Namespace