Package overit.geocall.ui
Class ColumnOrder
java.lang.Object
overit.geocall.ui.ColumnOrder
- All Implemented Interfaces:
Serializable
This class implements
This class allow to manage the type of sorting with which the data will be sorted and displayed in a column (for example on a
Serializable.This class allow to manage the type of sorting with which the data will be sorted and displayed in a column (for example on a
TableView)- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionColumnOrder(String order) Defines the column's order..ColumnOrder(String order, Object caller) Defines the column's order of an object caller. -
Method Summary
-
Field Details
-
_asc
-
_desc
-
-
Constructor Details
-
ColumnOrder
Defines the column's order of an object caller.- Parameters:
order- The order to set and with which datas will be displayed.caller- The object caller (for example aColumn).
-
ColumnOrder
Defines the column's order..- Parameters:
order- The order to set and with which datas will be displayed.
-
-
Method Details
-
init
-
getOrder
Gets the column's order set.- Parameters:
inverse- If inverse istruethe returned order will be desc, otherwise the returned order is asc.- Returns:
- The column's order.
-