|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.retek.commons.gui.table.RDisplayTableSort
This class sorts RDisplayTable based information by a specific column. This class is exclusive to the RDisplayTable and will only work on data formated for a RDisplayTable.
Retek Inc. Copyright (c) 2002
Constructor Summary | |
---|---|
RDisplayTableSort()
Returns new RDisplayTableSort object. |
Method Summary | |
---|---|
void |
sortTable(java.util.ArrayList list,
int[] columnArray,
boolean[] orderArray)
Sorts the input ArrayList based on the column number. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RDisplayTableSort()
Method Detail |
public void sortTable(java.util.ArrayList list, int[] columnArray, boolean[] orderArray) throws java.lang.ClassCastException
list
- The list of table rows to sort.
java.lang.ClassCastException
- Thrown if the data in a table element is not valid.
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |