Package com.smartgwt.client.data
package com.smartgwt.client.data
-
ClassDescriptionAdvancedCriteria is a format for representing search criteria which may include operators on field values such as "less than", or may include sub-clauses such as several criteria applied to fields joined by an "OR" operator.A specialized subclass of
DSRequest
that you use to declare the properties of a subquery (afieldQuery
orvalueQuery
) to be used inAdvancedCriteria
.Criteria for selecting only a matching set of records from a DataSource.Settings for generation of AdvancedCriteria descriptions.An object representing a criterion to apply to a record.A DataSource is data-provider-independent description of a set of objects that will be loaded, edited and saved within the user interface of your application.Metadata about a DataSourceField, including its type and validators.A class specifying a range of dates.Represents a field in aDataBoundComponent
.Settings to control optionalDataSource loading
features.Request sent to the server to initiate aDataSource operation
.Response sent by the server in response to aDataSource request
.Extends an arbitraryDataSource
with the ability to queue requests made on it and dispatch the queued requests on demand.Base type representing a field.A record which specifies files for use withFileSource Operations
.A subclass ofResultSet
designed to provide a synchronously filterable List interface for an array of data.Class defining the details of a single group operationProvides a way to override the default behavior ofSimpleType.getGroupTitle()
.Provides a way to override the default behavior ofSimpleType.getGroupValue()
.An object representing a user-created and user-modifiable hilite, which can be created and edited with aHiliteEditor
either directly or via theListGrid.canEditHilites
behavior.A special kind ofclient-only DataSource
that can be configured with"mock data"
- a simple text format for table or tree data.Called when the user defines and accepts one or more SortSpecifiers in theMultiSortDialog
.Deprecated.An operationBinding tells a DataSource how to execute one of the basic DS operations: fetch, add, update, remove.Specification of an operator for use in filtering, for example "equals".A Record contains attributes that are displayed and edited by aDataBoundComponent
.An an ordered collection of Records.A simple object representing the path for navigation from source to target DataSources via foreign key declarations defined between each.This class is used used to specify a datetime offset within SmartGWT, for example for use in theRelativeDateItem
class.The RequestTransformer provides the equivalent functionality of overridingDataSource.transformRequest(DSRequest)
when instantiating a DataSource on the client.The ResponseTransformer provides the equivalent functionality of overridingDataSource.transformResponse(DSResponse, DSRequest, Object)
} when instantiating a DataSource on the client.NOTE: This article discusses Smart GWT's client-side REST client implementation.ResultSets are an implementation of thecom.smartgwt.client.data.List
interface that automatically fetches DataSource records when items are requested from the List.Data components such asListGrid
orTileGrid
may allow users to set up their own search criteria within an application, either via an externalSearchForm
, or through built in UI such as theListGrid.filterEditor
.A set of schema derived from the<xsd:schema>
element in a WSDL or XML schema file loaded byXMLTools.loadWSDL(java.lang.String, com.smartgwt.client.data.WSDLLoadCallback)
orXMLTools.loadXMLSchema(java.lang.String, com.smartgwt.client.data.XSDLoadCallback)
.An atomic type such as a string or number, that is generally stored, displayed and manipulated as a single value.Formatter for values of aSimpleType
.Parser for edited values of aSimpleType
.Class defining the details of a single sort operationSettings for use withDataSource.recordsAsText()
.Settings for use withDataSource.recordsFromText()
.Common base class ofTextImportSettings
.Class representing a WebService definition derived from a WSDL file.A WSDataSource is a DataSource that is preconfigured to contact the WSDL web service built into the SDK (see isomorphic/system/schema/SmartClientOperations.wsdl).A WSRequest (or "web service request") is an extended RPCRequest will additional properties application to WSDL/SOAP web services.A DataSource preconfigured to use the"scriptInclude"
transport (sometimes called "JSONP") for cross-domain calls to JSON services.Utility methods for dealing with XML elements, XML Schema, WSDL files, XSLT, and other XML-related functionality.
MultiSortDialog
, from the "widgets" packags