Package com.smartgwt.client.data

Interface Summary
DSCallback  
FieldValueExtractor  
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.
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.
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.
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.
WebService  
WSDataSource A WSDataSource is a DataSource that is preconfigured to contact the WSDL web service built into the SDK (see isomorphic/system/schema/SmartGWTOperations.wsdl).
XJSONDataSource A DataSource preconfigured to use the RPCTransport transport for cross-domain calls to JSON services, such as those provided by Yahoo.
XmlNamespaces  
XMLTools