+
+
+
+
+
+
+
+
+ Class DataSourceTextSchema
+
+ - extends Plugin.Base
+
+
+
+
+
+
+
+
+
+ Adds schema-parsing to the DataSource Utility.
+
+
+
+
+
+
Properties
+
+
+
NAME
+ - static final String
+
+
+
+
+
+
+
+
+
+
NS
+ - static final String
+
+
+
+ The namespace for the plugin. This will be the property on the host which
+references the plugin instance.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Properties inherited from Attribute:
+
+
+
+
+
+
+
+
Properties inherited from Base:
+
+
+
+
+
+
+
+
+
Methods
+
+
+
+
+
+ protected
+
+
+ void
+ _beforeDefDataFn
+
+- tId (Number)
- Unique transaction ID.
+- request (Object)
- The request.
+- callback (Object)
- The callback object with the following properties:
+
+- success (Function)
- Success handler.
+- failure (Function)
- Failure handler.
+
+
+- data (Object)
- Raw data.
+
+ (
+ )
+
+
+
+ Parses raw data into a normalized response.
+
+
+
+
+
+
+ - Returns:
+
+ void
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ private
+
+
+ void
+ initializer
+ (
+
+
+ config
+
+
+ )
+
+
+
+ Internal init() handler.
+
+
+
+
+
+ - Parameters:
+ -
+
config
+ <Object>
+
+ Config object.
+
+
+
+
+ - Returns:
+
+ void
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Methods inherited from EventTarget:
+
+
+
+ _getType,
+
+
+ _parseType,
+
+
+ addTarget,
+
+
+ after,
+
+
+ before,
+
+
+ bubble,
+
+
+ detach,
+
+
+ detachAll,
+
+
+ fire,
+
+
+ getEvent,
+
+
+ on,
+
+
+ publish,
+
+
+ removeTarget,
+
+
+ subscribe,
+
+
+ unsubscribe,
+
+
+ unsubscribeAll
+
+
+
+
+
+
Methods inherited from Attribute:
+
+
+
+ _addAttrs,
+
+
+ _addLazyAttr,
+
+
+ _defAttrChangeFn,
+
+
+ _fireAttrChange,
+
+
+ _getAttrInitVal,
+
+
+ _isLazyAttr,
+
+
+ _set,
+
+
+ _setAttr,
+
+
+ _setAttrVal,
+
+
+ _splitAttrVals,
+
+
+ addAttr,
+
+
+ addAttrs,
+
+
+ attrAdded,
+
+
+ get,
+
+
+ getAttrs,
+
+
+ modifyAttr,
+
+
+ removeAttr,
+
+
+ reset,
+
+
+ set,
+
+
+ setAttrs
+
+
+
+
+
+
+
Methods inherited from Base:
+
+
+
+ _aggregateAttrs,
+
+
+ _defDestroyFn,
+
+
+ _defInitFn,
+
+
+ _destroyHierarchy,
+
+
+ _filterAttrCfs,
+
+
+ _getAttrCfgs,
+
+
+ _getClasses,
+
+
+ _initHierarchy,
+
+
+ _initHierarchyData,
+
+
+ destroy,
+
+
+ init,
+
+
+ toString
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Events inherited from Base:
+
+
+
+
+
+
+
+
+
+
+
+
Configuration attributes inherited from Plugin.Base:
+
+
+
+
+
+
+