|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SortInfo | |
|---|---|
| com.sencha.gxt.data.shared | Contains data related classes. |
| com.sencha.gxt.data.shared.loader | Contains data loading classes. |
| com.sencha.gxt.widget.core.client.event | |
| Uses of SortInfo in com.sencha.gxt.data.shared |
|---|
| Classes in com.sencha.gxt.data.shared that implement SortInfo | |
|---|---|
class |
SortInfoBean
Aggregates sort field and sort direction. |
| Uses of SortInfo in com.sencha.gxt.data.shared.loader |
|---|
| Methods in com.sencha.gxt.data.shared.loader that return types with arguments of type SortInfo | |
|---|---|
java.util.List<? extends SortInfo> |
ListLoader.getSortInfo()
Gets the current set of SortInfo objects to be sent to the server. |
java.util.List<? extends SortInfo> |
ListLoadConfig.getSortInfo()
Returns the sort info. |
| Methods in com.sencha.gxt.data.shared.loader with parameters of type SortInfo | |
|---|---|
void |
ListLoader.addSortInfo(int index,
SortInfo sortInfo)
Adds a new SortInfo object to the next ListLoadConfig in the indicated position in the list. |
void |
ListLoader.addSortInfo(SortInfo sortInfo)
Adds a new SortInfo object to the next ListLoadConfig to the end of the list. |
void |
ListLoader.removeSortInfo(SortInfo lastSort)
Removes the indicated SortInfo object from the list to send to the server, if it was present in the list. |
| Method parameters in com.sencha.gxt.data.shared.loader with type arguments of type SortInfo | |
|---|---|
void |
ListLoadConfigBean.setSortInfo(java.util.List<? extends SortInfo> info)
|
void |
ListLoadConfig.setSortInfo(java.util.List<? extends SortInfo> info)
Sets the sort info. |
| Constructor parameters in com.sencha.gxt.data.shared.loader with type arguments of type SortInfo | |
|---|---|
ListLoadConfigBean(java.util.List<SortInfo> info)
Creates a new load config instance. |
|
| Uses of SortInfo in com.sencha.gxt.widget.core.client.event |
|---|
| Methods in com.sencha.gxt.widget.core.client.event that return SortInfo | |
|---|---|
SortInfo |
SortChangeEvent.getSortInfo()
|
| Constructors in com.sencha.gxt.widget.core.client.event with parameters of type SortInfo | |
|---|---|
SortChangeEvent(SortInfo sortInfo)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||