Uiinfrastructure API Docs  
 

PTSortedArrayWrapper.SetItem Method 

JF- SetItem is used by clients modify one cell in the array.

public virtual void SetItem(
   int iRow,
   int iPropID,
   object oItem
);

Parameters

iRow
indicates the row of the cell to modify. That's the SORTED row, rather than the RAW row. SetItem will dereference the row number to figure out the real, raw row.
iPropID
indicates the Property that the client wants to modify
oItem
is the new Object to set in the cell defined with iRow and iPropID

See Also

PTSortedArrayWrapper Class | com.plumtree.uiinfrastructure.arraywrapper Namespace