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. |
public DocumentFragment | getContentPatternFragment() Returns the pattern used to render values if
ElementLabel.isUsePatternMarkupToRender() is true. |
public ElementLabelRenderer | getElementLabelRenderer() Returns the current renderer used by this label. |
public boolean | hasLabelMarkup() Informs whether this label contains markup. |
public boolean | isUsePatternMarkupToRender() Informs whether the original (saved as pattern) markup is used to render. |
public void | removeLabelMarkup() Removes the label markup inside the label element. |
public void | setElementLabelRenderer(ElementLabelRenderer renderer) Sets the renderer used by this label. |
public void | setLabelValue(Object value) Renders the specified value into the label
using the current renderer. |
public void | setUsePatternMarkupToRender(boolean value) Sets whether the original (saved as pattern) markup is used to render. |