| Class | Description |
|---|---|
| BaseResponse |
Superclass for response object that are sent to an Ext Direct client.
|
| 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 a 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.
|
| 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.
|
| SSEvent |
Class represents a response in a Server-Sent Event roundtrip.
|
| Enum | Description |
|---|---|
| DataType |
Enumeration of all valid data types for a
Field. |
| SortDirection |
Enumeration of possible sort directions.
|
Copyright © 2010-2014. All Rights Reserved.