public class GxFiltersToolpanel
extends GxToolpanel
A class which represents the filters toolpanel
Modifier and Type | Field and Description |
---|---|
BBjNumber | suppressExpandAll! To suppress Expand / Collapse All |
BBjNumber | SuppressFilterSearch! To suppress the Filter Search |
BBjNumber | SuppressSyncLayoutWithGrid! Suppress updating the layout of columns as they are rearranged in the grid |
Constructor and Description |
---|
GxFiltersToolpanel() Construct new filters toolpanel |
GxFiltersToolpanel(BBjString label!) Construct new filters toolpanel |
GxFiltersToolpanel(BBjString label! , BBjString icon!) Construct new filters toolpanel |
Modifier and Type | Method and Description |
---|---|
JsonObject | getAsJsonObject() Get a json representation for the toolpanel |
static BBjString | getId() {@inheritDoc} |
static BBjString | ID() {@inheritDoc} |
public BBjNumber suppressExpandAll!
To suppress Expand / Collapse All
public BBjNumber SuppressFilterSearch!
To suppress the Filter Search
public BBjNumber SuppressSyncLayoutWithGrid!
Suppress updating the layout of columns as they are rearranged in the grid
public GxFiltersToolpanel()
Construct new filters toolpanel
public GxFiltersToolpanel(BBjString label!)
Construct new filters toolpanel
BBjString
label! the toolpanel labelpublic JsonObject getAsJsonObject()
Get a json representation for the toolpanel
public static BBjString getId()
public static BBjString ID()