Interface
caplin.element

Styler

A Styler is used to changes some visual aspect of a control.

For example, caplin.element.styler.FlashStyler is used to flash the foreground and background colors of a control according to the new value.

All Styler implementations are singletons.

Constructor Summary

Attributes Name and Description
caplin.element.Styler()

Method Summary

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

Changes the control appearance according to the new value.

Constructor Detail

caplin.element.Styler()

Method Detail

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

Changes the control appearance according to the new value. Implement initialStyle with the same parameters to do separate handling for the style application during createHtml.

Parameters
Variant vValue the control value.
Map mAttributes the attributes appropriate to the Styler implementation.
caplin.control.Control oControl the control.