Method Summary |
|
public void | addLabelMarkup(Object value) Adds the original markup content to the label (now supposed empty) and renders
the specified value. |
public ItsNatLabel | getItsNatLabel() Returns the associated component object. |
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 current label content. |
public void | setLabelValue(Object value) Updates the label markup rendering the new value.
Parameters: value - the new value to render. |
public void | setUsePatternMarkupToRender(boolean value) Sets whether the original (saved as pattern) markup is used to render. |