This utility interface is used to render a value inside the associated
DOM element using a pattern. The content of the DOM element is used as pattern
to render the first value and consecutive values if
ElementLabel.isUsePatternMarkupToRender() returns true.
Objects implementing this interface are attached to the specified DOM element
this element usually is not empty.
author: Jose Maria Arranz Santamaria
Method Summary
public void
addLabelMarkup() Adds the label pattern markup inside the label element.
public void
addLabelMarkup(Object value) Adds the label pattern markup inside the label element and renders the specified value.
Adds the label pattern markup inside the label element and renders the specified value.
Parameters: value - the value to render. See Also:ElementLabel.setLabelValue(Object)
public void setUsePatternMarkupToRender(boolean value)(Code)
Sets whether the original (saved as pattern) markup is used to render.
Parameters: value - true to enable the use of original markup to render. See Also:ElementLabel.isUsePatternMarkupToRender()