Interface IDataContent

    • Method Detail

      • getHelpText

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

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

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

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

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

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

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

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