ClearableStyler
is typically used in the XML Renderer Framework.
Attributes | Name and Description |
---|---|
|
caplin.element.styler.ClearableStyler()
|
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. |
►
caplin.element.styler.ClearableStyler()
►
void
style(Variant vValue, Map mAttributes, caplin.control.Control oControl)
Adds a button for clearing the value, when it isn't clear.
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.