| Frames | No Frames |
Class Summary | |
| xp.data.ArrayProxy | An array that can be populated on demand |
| xp.data.Bind | A binding definition descriptor |
| xp.data.Binding | The Binding class is intended to be used to make connections between a source object and a target object |
| xp.data.BoolFormatter | Formats boolean values |
| xp.data.Connector | Base class for all server connectors |
| xp.data.CSVConnector | CSVConnector |
| xp.data.DataFormatter | |
| xp.data.DataFormatterProxy | DataFormatterProxy A data formastter that callbacks to a user event handler to format |
| xp.data.DataItem | An editable data item |
| xp.data.DataLookupIndex | Internal helper class for ListDataSource |
| xp.data.DataRelation | A parent child data relation |
| xp.data.DataSource | DataSource objects lets you work with data. |
| xp.data.DataValidatorProxy | DataValidatorProxy A data validator that callbacks to a user event handler to validate |
| xp.data.DataView | Internal helper class for ListDataSource |
| xp.data.DateFormatter | DateFormatter 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.DBMSResolver | The DBMSResolver component creates an XML update packet that can be easily parsed by into SQL statements for updating a relational database. |
| xp.data.DeltaPacket | The DeltaPacket lets you manage changes made to the data. |
| xp.data.FieldAccessor | Gets or set the value of a property on an object |
| xp.data.FieldCompositionFormatter | FieldCompositionFormatter 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.ItemDataSource | DataSource objects lets you work with data. |
| xp.data.ListDataSource | A building block for creating data-driven applications. |
| xp.data.LookupFormatter | A data formatter that lookups a value in a list (TwoWay - formats and parses) |
| xp.data.LookupListFormatter | A data formatter that lookups a value in a list |
| xp.data.NodeListDecoder | An XML child nodelist that can be populated on demand |
| xp.data.NodeObject | Converts an XMLNode to an object on demand |
| xp.data.NumberFormatter | IDataFormatter The DataFormatter interface |
| xp.data.ObjectDataSource | A DataSource that wraps a class object. |
| xp.data.RangeValidator | RangeValidator Validate a value as being within a range |
| xp.data.RDataConnector | RDataConnector |
| xp.data.RecordSetProxy | |
| xp.data.RowsetDecoder | Converts an array of XMLNodes representing a rowset to an array of objects |
| xp.data.RService | |
| xp.data.RTDataConnector | WSDataConnector Events; result xp.events.Event send xp.events.Event status xp.events.StatusEvent modelChanged xp.events.ModelChangedEvent |
| xp.data.SchemaItem | A Schema Collection Item object |
| xp.data.TimeSeriesDataProvider | TimeSeriesDataProvider |
| xp.data.WSConnector | Provides script and scriptless access to web service method calls. |
| xp.data.XMLCompare | The XMLCompare class creates a function wrapper to let you a sort om XMLNodes |
| xp.data.XMLConnector | Reads and writes XML documents by using the HTTP GET and POST methods. |
| xp.data.XMLDataSource | XMLDataSource Encapsulates an XML document as a dataSource for binding |
| xp.data.XMLLoader | An xml document loader |
| xp.data.XPNode | XMLNode mixin |
Interface Summary | |
| xp.data.IDataFormatter | IDataFormatter The DataFormatter interface |
| xp.data.IDataItem | Interface implemented by editable data items |
| xp.data.IDataProvider | DataProvider Interface |
| xp.data.IDataSource | IDataSource A simple "marker" interface (cos interfaces wont support properties) |
| xp.data.IDataValidator | IDataValidator DataVAlidator interface |