Class DesignerFrameConversationEventHandler
java.lang.Object
de.xima.fc.gui.bean.designer.handler.event.DesignerFrameConversationEventHandler
- All Implemented Interfaces:
IApplicationEventHandler,ISessionConversationEventHandler,ISessionEventHandler,Serializable
public final class DesignerFrameConversationEventHandler
extends Object
implements ISessionConversationEventHandler
Handles designer conversation events that are relevant to the designer frame.
- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDesignerFrameConversationEventHandler(FrameDesignerModel frameDesignerModel, long projectId, long workflowVersionId) Creates a new event handler. -
Method Summary
Modifier and TypeMethodDescriptionvoidWhen the name of a form element was changed.
-
Constructor Details
-
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 Details
-
onRefactorFormElementName
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.
-