Main Page | Packages | Class Tree | Index | Help

Package xp.data


Class Summary

xp.data.ArrayProxyAn array that can be populated on demand


xp.data.BindA binding definition descriptor

xp.data.BindingThe Binding class is intended to be used to make connections between a source object and a target object

xp.data.BoolFormatterFormats boolean values


xp.data.ConnectorBase class for all server connectors


xp.data.CSVConnectorCSVConnector


xp.data.DataFormatter

xp.data.DataFormatterProxyDataFormatterProxy
A data formastter that callbacks to a user event handler to format


xp.data.DataItemAn editable data item


xp.data.DataLookupIndexInternal helper class for ListDataSource



xp.data.DataRelationA parent child data relation

xp.data.DataSourceDataSource objects lets you work with data.


xp.data.DataValidatorProxyDataValidatorProxy
A data validator that callbacks to a user event handler to validate


xp.data.DataViewInternal helper class for ListDataSource


xp.data.DateFormatterDateFormatter
Formats date for data binding In many cases dates are held as strings in raw data ina custom format to handle this DateFormatter uses two date format string, one to convert the display string to a Date object and a second to convert a Date object into raw data


xp.data.DBMSResolverThe DBMSResolver component creates an XML update packet that can be easily parsed by into SQL statements for updating a relational database.

xp.data.DeltaPacketThe DeltaPacket lets you manage changes made to the data.

xp.data.FieldAccessorGets or set the value of a property on an object

xp.data.FieldCompositionFormatterFieldCompositionFormatter
Formats data for display in data binding Format data for display by replacing elements in a format string with data from the current data item or row


xp.data.ItemDataSourceDataSource objects lets you work with data.


xp.data.ListDataSourceA building block for creating data-driven applications.

xp.data.LookupFormatterA data formatter that lookups a value in a list (TwoWay - formats and parses)

xp.data.LookupListFormatterA data formatter that lookups a value in a list

xp.data.NodeListDecoderAn XML child nodelist that can be populated on demand


xp.data.NodeObjectConverts an XMLNode to an object on demand


xp.data.NumberFormatterIDataFormatter
The DataFormatter interface


xp.data.ObjectDataSourceA DataSource that wraps a class object.

xp.data.RangeValidatorRangeValidator
Validate a value as being within a range


xp.data.RDataConnectorRDataConnector


xp.data.RecordSetProxy

xp.data.RowsetDecoderConverts an array of XMLNodes representing a rowset to an array of objects


xp.data.RService

xp.data.RTDataConnectorWSDataConnector

Events;
result xp.events.Event
send xp.events.Event
status xp.events.StatusEvent
modelChanged xp.events.ModelChangedEvent



xp.data.SchemaItemA Schema Collection Item object

xp.data.TimeSeriesDataProviderTimeSeriesDataProvider


xp.data.WSConnectorProvides script and scriptless access to web service method calls.


xp.data.XMLCompareThe XMLCompare class creates a function wrapper to let you a sort om XMLNodes

xp.data.XMLConnectorReads and writes XML documents by using the HTTP GET and POST methods.


xp.data.XMLDataSourceXMLDataSource
Encapsulates an XML document as a dataSource for binding


xp.data.XMLLoaderAn xml document loader


xp.data.XPNodeXMLNode mixin


Interface Summary

xp.data.IDataFormatterIDataFormatter
The DataFormatter interface


xp.data.IDataItemInterface implemented by editable data items


xp.data.IDataProviderDataProvider Interface


xp.data.IDataSourceIDataSource
A simple "marker" interface (cos interfaces wont support properties)


xp.data.IDataValidatorIDataValidator
DataVAlidator interface



Generated on 10/30/2005 9:34:02 PM by AS2Doc