datasource-query

The datasource-query schema defines the Widget Framework's query definition format. You can use it define the user interface of custom queries to be used by Widget Framework data sources. You can define the fields to be displayed in the user interface, their type and some aspects of their layout.

The query definition file does not control the execution of the query in any way: that must be implemented in a Java class. Nor does it define the labels displayed in the user interface, which must be defined in properties files added to one of the Widget Framework's configuration layers.

Namespace URI

The namespace URI of the datasource-query schema is http://xmlns.escenic.com/2014/datasource-query.

Root Element

The root of a datasource-query file must be a query element.