Uiinfrastructure API Docs  
 

SortedMultiColumnListModel.InitializeSortedArray Method 

Initalizes the list (PTGrowableSortedArrayWrapper) with a column mapping and a sort array. The growable array will always be sorted by the 1st column ascending.

public override void InitializeSortedArray(
   PTGrowableSortedArrayWrapper _saData
);

Parameters

_saData

See Also

SortedMultiColumnListModel Class | com.plumtree.uiinfrastructure.expandablelist.multicolumnlist.sorted Namespace