| java.lang.Object org.wingx.table.ListSort
ListSort | public class ListSort implements Serializable(Code) | | ListSort
A simple class to hold the ordering information of one field in a list.
author: jde |
ListSort | public ListSort()(Code) | | |
ListSort | public ListSort(String field)(Code) | | Creates a new ListSort on the given field.
|
ListSort | public ListSort(String field, boolean ascending)(Code) | | Creates a new ListSort on the given field.
|
getField | public String getField()(Code) | | Returns the string representation of the field.
|
hashCode | public int hashCode()(Code) | | |
isAscending | public boolean isAscending()(Code) | | Returns true if the current field is marked "ascending".
|
setAscending | public void setAscending(boolean ascending)(Code) | | |
switchSort | public void switchSort()(Code) | | Reverses the order.
|
|
|