Package com.smartgwt.client.data

Interface Summary
DSCallback  
FieldValueExtractor  
MultiSortCallback Called when the user defines and accepts one or more SortSpecifiers in the MultiSortDialog.
WebServiceCallback  
WSDLLoadCallback  
XSDLoadCallback  
 

Class Summary
AdvancedCriteria  
Criteria Criteria for selecting only a matching set of records from a DataSource.
DataSource A DataSource is data-provider-independant description of a set of objects that will be loaded, edited and saved within the user interface of your application.
DataSourceField Metadata about a DataSourceField, including its type and validators.
DSRequest Request sent to the server to initiate a 'DataSource operation'.
DSResponse Response sent by the server in response to a DSRequest.
MultiSortDialog A dialog that allows the user to set up complex sorting arrangements by defining a group of SortSpecifiers.
OperationBinding An operationBinding tells a DataSource how to execute one of the basic DS operations: fetch, add, update, remove.
Record A Record is an ordinary Java class with properties that are treated as data to be displayed and edited by a DataBoundComponent.
RecordList An an ordered collection of Records.
RestDataSource The RestDataSource implements the 4 core DataSource operations using a simple protocol of XML or JSON requests and responses sent over HTTP, which can be easily fulfilled by any HTTP server technology.
ResultSet ResultSets are a subclass implementation of RecordList that automatically fetches DataSource records when items are requested from the List.
SchemaSet A set of schema derived from the <xsd:schema> element in a WSDL or XML schema file loaded by XMLTools.loadWSDL(java.lang.String, com.smartgwt.client.data.WSDLLoadCallback) or XMLTools.loadXMLSchema(java.lang.String, com.smartgwt.client.data.XSDLoadCallback).
SerializationContext  
SimpleType An atomic type such as a string or number, that is generally stored, displayed and manipulated as a single value.
SortSpecifier Class defining the details of a single sort operation
WebService  
WSDataSource A WSDataSource is a DataSource that is preconfigured to contact the WSDL web service built into the SDK (see isomorphic/system/schema/Smart GWTOperations.wsdl).
WSRequest A WSRequest (or "web service request") is an extended RPCRequest will additional properties application to WSDL/SOAP web services.
XJSONDataSource A DataSource preconfigured to use the RPCTransport transport for cross-domain calls to JSON services, such as those provided by Yahoo!.
XmlNamespaces  
XMLTools