xplain.ux.widget.groupby.Panel

An xgroupbyPanel is a panel that depicts an groupBy. You may integrate this panel into your UI.

xgroupbyPanel extends Ext.panel.Panel. Thus, an xgroupbyPanel can be resized, has a height and width, etc.

Config Parameters

groupBy = null

An instance of Xplain.Db.GroupBy (required). The groupBy to depict.

editable = true

If set to false, the user may not edit this groupBy (the panel will only be used to depict the groupBy).

Methods

getValue

getValue()

Returns the settings currently depicted by this UI (note that this does not necessarily have to correspond to the settings of this groupBy)

Returns

{object} an object that consists of an object, a dimension, and an attribute.