|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SortDir | |
|---|---|
| com.sencha.gxt.data.shared | Contains data related classes. |
| com.sencha.gxt.state.client | Client side state provider. |
| com.sencha.gxt.widget.core.client.grid | |
| Uses of SortDir in com.sencha.gxt.data.shared |
|---|
| Methods in com.sencha.gxt.data.shared that return SortDir | |
|---|---|
SortDir |
Store.StoreSortInfo.getDirection()
Returns the current sort direction for this sort info. |
SortDir |
SortInfoBean.getSortDir()
Returns the sort direction. |
SortDir |
SortInfo.getSortDir()
Returns the sort direction. |
static SortDir |
SortDir.toggle(SortDir sortDir)
Toggles the given sort direction, that is given one sort direction, it returns the other. |
static SortDir |
SortDir.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static SortDir[] |
SortDir.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.sencha.gxt.data.shared with parameters of type SortDir | |
|---|---|
void |
Store.StoreSortInfo.setDirection(SortDir direction)
Sets a new sort direction. |
void |
SortInfoBean.setSortDir(SortDir sortDir)
Sets the sort direction. |
void |
SortInfo.setSortDir(SortDir sortDir)
Sets the sort direction. |
static SortDir |
SortDir.toggle(SortDir sortDir)
Toggles the given sort direction, that is given one sort direction, it returns the other. |
| Constructors in com.sencha.gxt.data.shared with parameters of type SortDir | |
|---|---|
SortInfoBean(java.lang.String field,
SortDir sortDir)
Creates a new sort info instance. |
|
SortInfoBean(ValueProvider<?,?> valueProvider,
SortDir sortDir)
Creates a new sort info instance. |
|
Store.StoreSortInfo(java.util.Comparator<M> itemComparator,
SortDir direction)
Creates a sort info object based on the given comparator to act on the item itself. |
|
Store.StoreSortInfo(ValueProvider<? super M,V> property,
java.util.Comparator<V> itemComparator,
SortDir direction)
Creates a sort info object to act on a property of the items and a custom comparator for that property's type. |
|
Store.StoreSortInfo(ValueProvider<? super M,V> property,
SortDir direction)
Convenience constructor for sorting based on a Comparable
property of items in the store. |
|
| Uses of SortDir in com.sencha.gxt.state.client |
|---|
| Methods in com.sencha.gxt.state.client that return SortDir | |
|---|---|
SortDir |
GridStateHandler.GridState.getSortDir()
|
SortDir |
GridStateHandler.GridSortState.getSortDir()
|
| Methods in com.sencha.gxt.state.client with parameters of type SortDir | |
|---|---|
void |
GridStateHandler.GridState.setSortDir(SortDir sortDir)
|
void |
GridStateHandler.GridSortState.setSortDir(SortDir dir)
|
| Uses of SortDir in com.sencha.gxt.widget.core.client.grid |
|---|
| Methods in com.sencha.gxt.widget.core.client.grid with parameters of type SortDir | |
|---|---|
void |
ColumnHeader.updateSortIcon(int colIndex,
SortDir dir)
Updates the sort icon of a column. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||