Interface RWObject

    • Method Detail

      • getValue

        java.lang.Object getValue()
        Returns object value. A type of value object depends on the type of data object:
        LabelString
        TextString
        ImageString
        Grid/GraphRWViewInstance
        Returns:
        object value.
      • getToolTip

        java.lang.String getToolTip()
        Returns a tooltip associated with the object
        Returns:
        a tooltip associated with the object String
      • getHyperLink

        java.lang.String getHyperLink()
        Returns a hyperlink associated with the object
        Returns:
        a hyperlink associated with the object
      • isHidden

        boolean isHidden()