Interface RWActionControlEditorBean

    • Method Detail

      • setActiveUnitId

        void setActiveUnitId​(java.lang.String attributeId)
        Sets the ID of the RW Unit associated with the editor
        Parameters:
        attributeId -
      • getActiveUnitId

        java.lang.String getActiveUnitId()
        Returns:
        the ID of the RW Unit associated with the editor
      • setActiveUnitType

        void setActiveUnitType​(int type)
        Sets the type of the RW Unit associated with the editor. From EnumRWUnitTypes
        Parameters:
        type -
      • getActiveUnitType

        int getActiveUnitType()
        Returns the type of the RW Unit associated with the editor Sets the type of the RW Unit associated with the editor. From EnumRWUnitTypes
      • setActiveUnitSubType

        void setActiveUnitSubType​(int type)
        Sets the subtype of the RW Unit associated with the editor
        Parameters:
        type -
      • getActiveUnitSubType

        int getActiveUnitSubType()
        Returns:
        the subtype of the RW Unit associated with the editor
      • getControl

        RWControl getControl()
        Returns the instance of RWControl associated with the bean
        Returns:
        RWControl
      • isUnitHaveDerivedElements

        boolean isUnitHaveDerivedElements()
        Returns:
        whether the active unit has Derived Elements defined in base report or RWGridGraph