|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sibvisions.rad.model.DataBookSorter
public class DataBookSorter
The DataBookSorter
is a helper class for sorting IDataRow
s.
Constructor Summary | |
---|---|
DataBookSorter(SortDefinition pSort)
Creates a new instance of DataBookSorter with a specific
SortDefinition . |
Method Summary | |
---|---|
int[] |
sort(IDataRow[] pDataRows)
Sorts an array of IDataRow s. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DataBookSorter(SortDefinition pSort)
DataBookSorter
with a specific
SortDefinition
.
pSort
- the SortDefinition
Method Detail |
---|
public int[] sort(IDataRow[] pDataRows)
IDataRow
s.
pDataRows
- the IDataRow
s
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |