|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sage.swt.client.widget.sortpanel.SortField
public class SortField
The Class SortField.
Constructor Summary | |
---|---|
SortField(SortElement sortByField)
Instantiates a new sort field. |
|
SortField(SortElement sortByField,
SortElement thenByField)
Instantiates a new sort field. |
Method Summary | |
---|---|
SortElement |
getSortByField()
Gets the sort by field. |
SortElement |
getThenByField()
Gets the then by field. |
boolean |
hasThenBy()
Checks for then by. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SortField(SortElement sortByField)
sortByField
- the sort by fieldpublic SortField(SortElement sortByField, SortElement thenByField)
sortByField
- the sort by fieldthenByField
- the then by fieldMethod Detail |
---|
public SortElement getSortByField()
public SortElement getThenByField()
public boolean hasThenBy()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |