Uiinfrastructure API Docs  
 

MultiColumnListModel.InitializeSortedArray Method 

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

public override void InitializeSortedArray(
   PTGrowableSortedArrayWrapper _saData
);

Parameters

_saData

See Also

MultiColumnListModel Class | com.plumtree.uiinfrastructure.expandablelist.multicolumnlist Namespace