Alloy UI

datasource  1.0.1

 
Filters

Module: datasource

The DataSource utility provides a common configurable interface for widgets to access a variety of data, from JavaScript arrays to online database servers.

Submodules:

datasource-arrayschema
Extends DataSource with schema-parsing on array data.
datasource-cache
Extends DataSource with caching functionality.
datasource-local
Provides the base DataSource implementation, which can be extended to create DataSources for specific data protocols, such as the IO Utility, the Get Utility, or custom functions.
datasource-io
Provides a DataSource implementation which can be used to retrieve data via the IO Utility.
datasource-get
Provides a DataSource implementation which can be used to retrieve data via the Get Utility.
datasource-function
Provides a DataSource implementation which can be used to retrieve data from a custom function.
datasource-jsonschema
Extends DataSource with schema-parsing on JSON data.
datasource-xmlschema
Extends DataSource with schema-parsing on XML data.
datasource-textschema
Extends DataSource with schema-parsing on text data.
datasource-polling
Extends DataSource with polling functionality.