Attributes | Name and Description |
---|---|
|
caplin.element.styler.grid.ClearButtonStyler()
|
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. |
►
caplin.element.styler.grid.ClearButtonStyler()
►
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 |
---|---|
cssButtonSelector | the CSS selector to use to find the button. If not provided it will default to `.FlatButton.combo-clear`. |
Variant | vValue | the control value. |
Map | mAttributes | the map of attributes. |
caplin.control.Control | oControl | the control. |