| Class | Description |
|---|---|
| BaseResponse |
Superclass for response object that are sent to an Ext Direct client.
|
| EdFormLoadResult |
Represents the result of a FORM_LOAD method call.
|
| EdFormPostResult |
Represents the result of a FORM_POST method call.
|
| EdFormPostResult.Builder | |
| EdJsonStoreResult | |
| EdJsonStoreResult.Builder | |
| EdJsonStoreResult.CollectionStringSerializer | |
| EdStoreResult<T> |
Class representing the result of STORE_READ and STORE_MODIFY methods.
|
| EdStoreResult.Builder<T> | |
| ExtDirectFormLoadResult |
Represents the result of a FORM_LOAD method call.
|
| ExtDirectFormPostResult |
Represents the result of a FORM_POST method call.
|
| ExtDirectPollResponse |
Represents the response of a poll request.
|
| ExtDirectRawJsonStoreResult | |
| ExtDirectRequest |
Represents the request of an Ext Direct call.
|
| ExtDirectResponse |
Represents the response of a Ext Direct call.
|
| ExtDirectResponseBuilder |
An utility class that helps building the response for a FORM_POST method.
|
| ExtDirectResponseRaw |
Represents the response of a Ext Direct call with a raw (json) result.
|
| ExtDirectStoreReadRequest |
Represents the request of a DirectStore read call.
|
| ExtDirectStoreResult<T> |
Class representing the result of STORE_READ and STORE_MODIFY methods.
|
| Field | |
| GroupInfo |
Class contains information about the property/field on which to perform the grouping
and if sort is ascending or descending.
|
| JsonViewHint |
Specifies a Json View (filter) that Jackson uses to serialize the response.
|
| MetaData | |
| ModelAndJsonView |
A
ExtDirectMethod can return an instance of this class to specify a JsonView
that Jackson uses to serialize the response. |
| SortInfo |
Class contains information about the property/field on which to sort and if sort is
ascending or descending.
|
| Enum | Description |
|---|---|
| DataType |
Enumeration of all valid data types for a
Field. |
| SortDirection |
Enumeration of possible sort directions.
|
Copyright © 2010–2018. All rights reserved.