OverviewSingleDeprecatedPropertiesEventsXSL Parameters

jsx3.xml

class DojoDataStore

Object
->jsx3.lang.Object
  ->jsx3.xml.DojoDataStore

All Implemented Interfaces:

jsx3.xml.CDF

abstract class DojoDataStore
extends jsx3.lang.Object
Provides access to Dojo data store through the CDF interface.

Constructor Summary
void
init(store : Object)
The instance initializer.
Methods Inherited From jsx3.xml.CDF
adoptRecord, adoptRecordBefore, convertProperties, deleteRecord, deleteRecordProperty, getRecord, getRecordIds, getRecordNode, getSchema, insertRecord, insertRecordBefore, insertRecordNode, insertRecordProperty, redrawRecord, reloadFromSource, resetData, setSchema
Methods Inherited From jsx3.lang.Object
clone, equals, eval, getClass, getInstanceOf, getInstanceOfClass, getInstanceOfPackage, instanceOf, isInstanceOf, isSubclassOf, jsxmix, jsxsuper, jsxsupermix, setInstanceOf, toString
Constructor Detail

init

void init(store : Object)
The instance initializer.

Parameters:

storethe Dojo data store object.