Caplin Trader 4.0.3

Class: module:caplin/element/styler/RemoveButtonStyler

module:caplin/element/styler/RemoveButtonStyler

Constructor

new module:caplin/element/styler/RemoveButtonStyler()

Applies CSS styles to reflect status states. RemoveButtonStyler is typically used in the XML Renderer Framework.

Extends

Methods

style(vValue, mAttributes, oControl)

Styles the supplied control with stale CSS styles, according to the supplied renderer attributes.
Parameters:
Name Type Description
vValue Variant the value.
mAttributes Map the map of attributes.
Properties
Name Type Description
non-stale-tooltip String the model field representing the record status (object status) shows data as not stale.
stale-tooltip String the model field representing the record status (object status) shows data as stale.
oControl module:caplin/control/Control the control.

toString() → {String}

Returns a human-readable string representation of the styler, which is useful for debugging.
Returns:
The string representation
Type
String