|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RowComparator<T extends TableRow>
Field Summary | |
---|---|
static int |
ASCENDING
Constant for ascending |
static int |
DESCENDING
Constant for descending |
Method Summary | |
---|---|
int |
compare(T r1,
T r2)
|
void |
reverseDirection()
Reverses the direction |
void |
setColumn(int column)
Sets the column for sorting |
void |
setDirection(int direction)
Sets the direction for sorting |
Methods inherited from interface java.util.Comparator |
---|
equals |
Field Detail |
---|
static final int ASCENDING
static final int DESCENDING
Method Detail |
---|
int compare(T r1, T r2)
compare
in interface Comparator<T extends TableRow>
void reverseDirection()
void setColumn(int column)
column
- the columnvoid setDirection(int direction)
direction
- the direction
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |