Class DesignerFrameConversationEventHandler

    • Constructor Detail

      • DesignerFrameConversationEventHandler

        public DesignerFrameConversationEventHandler​(FrameDesignerModel frameDesignerModel,
                                                     long projectId,
                                                     long workflowVersionId)
        Creates a new event handler.
        Parameters:
        frameDesignerModel - The frame designer model that should not change during the view.
        projectId - ID of the opened project.
        workflowVersionId - ID of the opened workflow version.
    • Method Detail

      • onRefactorFormElementName

        public void onRefactorFormElementName​(RefactorFormElementNameEvent event)
        When the name of a form element was changed. When the workflow or form file tab is not open, performs the replacement in the database.
        Parameters:
        event - Data of the refactor event that occurred.