Uiinfrastructure API Docs  
 

PTSortedArrayWrapper.MapColumnIDs Method 

MES- MapColumnIDs is an internal function that sets up the m_hashPropIDtoColumn mapping based on an array of ColumnIDs

protected virtual void MapColumnIDs(
   int[] arrColumnIDs
);

Parameters

arrColumnIDs
is an array of column IDs. It should contain one int for each column in m_arrData, and may identify the column in any way the client desires.

See Also

PTSortedArrayWrapper Class | com.plumtree.uiinfrastructure.arraywrapper Namespace