Class RefactorFormElementNameEvent

java.lang.Object
de.xima.fc.gui.bean.designer.event.RefactorFormElementNameEvent
All Implemented Interfaces:
IDesignerConversationEvent, IApplicationEvent, ISessionConversationEvent, ISessionEvent, IEvent, Serializable

public class RefactorFormElementNameEvent extends Object
Event that is triggered when the name of a form element was refactored. Listeners may perform additional refactoring in their context (e.g. the workflow designer context might refactor placeholders in workflow actions etc.)
Since:
7.0.0
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

  • Method Details

    • getNewName

      public String getNewName()
      Returns:
      Then new name of the form element after it got refactored.
    • getOldName

      public String getOldName()
      Returns:
      The old name of the form element (before it got refactored).
    • isRenameInProjectFiles

      public boolean isRenameInProjectFiles()
      Returns:
      Whether placeholders in project files should be renamed.
    • isRenameInProjectJavaScript

      public boolean isRenameInProjectJavaScript()
      Returns:
      Whether placeholders in project JavaScript files should be renamed.
    • isRenameInProjectStyleSheet

      public boolean isRenameInProjectStyleSheet()
      Returns:
      Whether placeholders in project CSS files should be renamed.
    • isRenameInWorkflow

      public boolean isRenameInWorkflow()
      Returns:
      Whether placeholders in the workflow should be renamed.
    • getSourceTabId

      public String getSourceTabId()
      Specified by:
      getSourceTabId in interface IDesignerConversationEvent
      Returns:
      ID of the tab (see TabModel.getId()) that issued the event. Empty string if the event was issued by the designer parent frame.