Interface ILabelInstance

All Superinterfaces:
IReportElementInstance, IReportItemInstance

public interface ILabelInstance extends IReportItemInstance
  • Method Details

    • getText

      String getText()
      Get the value
    • setText

      void setText(String value)
      Set the value
    • getTextKey

      String getTextKey()
      Get the text key
    • setTextKey

      void setTextKey(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.
    • getAction

      IActionInstance getAction()
      Get the action instance.
    • setAction

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