Plumtree Portal UI  
 

SelectPTObjectModel.CreateIndexMapping Method 

Helper method to create a temporary array of index mapping. On each row we have the following info: class ID - Object ID - index This method is used to not loose the order when the move row actions are enabled.

protected virtual object[][] CreateIndexMapping(
   PTGrowableSortedArrayWrapper _saItems
);

Parameters

_saItems
List items

Return Value

Object[][]

See Also

SelectPTObjectModel Class | com.plumtree.portaluiinfrastructure.expandablelist.selectptobject Namespace