Interface ILabelInstance

    • Method Detail

      • getText

        java.lang.String getText()
        Get the value
      • setText

        void setText​(java.lang.String value)
        Set the value
      • getTextKey

        java.lang.String getTextKey()
        Get the text key
      • setTextKey

        void setTextKey​(java.lang.String key)
        Set the text key
      • createAction

        IActionInstance createAction()
        Create a new action instance, witch can be bookmark, hyperlink or drillThrough. The default action instance type is NULL.
      • setAction

        void setAction​(IActionInstance actionInstance)
        set the actionInstance
        Parameters:
        actionInstance -