Interface IDataContent

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

public interface IDataContent extends ITextContent
Provides the interface for the Data Content.
  • Method Details

    • getHelpText

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

      String getHelpKey()
      Get the help key of the data content.
      Returns:
      the help key.
    • setValue

      void setValue(Object value)
      Set the value of the data content.
      Parameters:
      value - the value of the data content.
    • getValue

      Object getValue()
      Get the value of the data content.
      Returns:
      the value of the data content.
    • getLabelText

      String getLabelText()
      Get the label text of the data content.
      Returns:
      the label text of the data content.
    • getLabelKey

      String getLabelKey()
      Get the label key of the data content.
      Returns:
      the label key of the data content.
    • setLabelText

      void setLabelText(String text)
      Set the label text of the data content.
      Parameters:
      text - the label text of the data content.
    • setLabelKey

      void setLabelKey(String key)
      Set the label key of the data content.
      Parameters:
      key - the label key of the data content.