com.sibvisions.rad.model
Class DataBookSorter
java.lang.Object
com.sibvisions.rad.model.DataBookSorter
public class DataBookSorter
- extends Object
The DataBookSorter is a helper class for sorting IDataRows.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataBookSorter
public DataBookSorter(SortDefinition pSort)
- Creates a new instance of
DataBookSorter with a specific
SortDefinition.
- Parameters:
pSort - the SortDefinition
sort
public int[] sort(IDataRow[] pDataRows)
- Sorts an array of
IDataRows.
- Parameters:
pDataRows - the IDataRows
- Returns:
- the sorted indexes
Copyright © 2009 SIB Visions GmbH. All Rights Reserved.