com.sibvisions.rad.model
Class DataBookSorter
java.lang.Object
com.sibvisions.rad.model.DataBookSorter
public class DataBookSorter
- extends Object
Helper Class for sorting DataRow's.
|
Method Summary |
int[] |
sort(IDataRow[] pDataRows)
Sorts an array of IDataRows. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataBookSorter
public DataBookSorter(SortDefinition pSort)
- Constructs a DataBookSorter with a 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.