xplain.ux.widget.radio.Panel

Provides a group of radio boxes that basically takes the ID of a query, or the query itself as input and generates radio boxes that depict all (root) states of this attribute.

Config Parameters

selectionSet = 'globalSelections'

This component will be bound to this selection set. Defaults to ‘globalSelections’.

forQuery = null

The query (instance of Xplain.Db.Query) this component should render. Either this parameter or requestId has to be set.

requestId = null

ID of the query this component should render. Either this parameter or forQuery has to be set.

dataBind = true

If set to true, this component will be bound to the data the backend returns. This means it will automatically set a global selection in Xplain as soon as the user selects a state in this xgridcombo. The selection will comprise all states currently selected for this attribute. Furthermore, each selection set (within any other component or query) that changes the selection set on this attribute will be reflected here.