Singleton
caplin.element.styler

ClearableStyler

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

Constructor Summary

Attributes Name and Description
caplin.element.styler.ClearableStyler()

Method Summary

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

Adds a button for clearing the value, when it isn't clear.

String toString()

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

Constructor Detail

caplin.element.styler.ClearableStyler()

Method Detail

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

Adds a button for clearing the value, when it isn't clear.

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

String toString()

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

Returns
The string representation