Singleton
caplin.element.styler.grid

ClearButtonStyler

Constructor Summary

Attributes Name and Description
caplin.element.styler.grid.ClearButtonStyler()

Method Summary

Attributes Name and Description
void style(Variant vValue, Map mAttributes, caplin.control.Control oControl)

Shows or hides the 'clear filter' button depending on if there is a filter set or not.

Constructor Detail

caplin.element.styler.grid.ClearButtonStyler()

Method Detail

void style(Variant vValue, Map mAttributes, caplin.control.Control oControl)

Shows or hides the 'clear filter' button depending on if there is a filter set or not.

Attribute Options:

Option Description
cssButtonSelectorthe CSS selector to use to find the button. If not provided it will default to `.FlatButton.combo-clear`.

Parameters
Variant vValue the control value.
Map mAttributes the map of attributes.
caplin.control.Control oControl the control.