Interface ILabelContent

All Superinterfaces:
org.eclipse.birt.report.engine.css.engine.CSSStylableElement, IContent, IElement, IStyledElement, ITextContent

public interface ILabelContent extends ITextContent
Provides the interface for the Label Content.
  • Method Details

    • setLabelText

      void setLabelText(String labelText)
      Set the text string of label content.
      Parameters:
      labelText - the text string of the label content.
    • getLabelText

      String getLabelText()
      Get the text string of the label content.
      Returns:
      the text string of the label content.
    • setLabelKey

      void setLabelKey(String labelKey)
      Set the label key string of the label content.
      Parameters:
      labelKey - the label key string of the label content.
    • getLabelKey

      String getLabelKey()
      Get the label key string of the label content.
      Returns:
      the label key string of the label content.
    • setHelpText

      void setHelpText(String helpText)
      Set the help text string of the label content.
      Specified by:
      setHelpText in interface IContent
      Parameters:
      helpText - help text
    • getHelpText

      String getHelpText()
      Get the help text string of the label content.
      Specified by:
      getHelpText in interface IContent
      Returns:
      the help text string of the label content.
    • getHelpKey

      String getHelpKey()
      Get the help key string of the label content.
      Returns:
      the help key string of the label content.