Interface IDesignerConversationEvent

All Superinterfaces:
IApplicationEvent, IEvent, ISessionConversationEvent, ISessionEvent, Serializable
All Known Implementing Classes:
FormDesignerLangChangedEvent, FormItemsPersistUpdatedEvent, FormPersistChangedEvent, FormPreviewSubmitEvent, InsertWorkflowNodeEvent, OldWorkflowModifiedEvent, PdfImporterItemsRemovedEvent, RefactorFormElementNameEvent, StateAddedEvent, StateChangedEvent, StateDeletedEvent, StateListUpdatedEvent

public interface IDesignerConversationEvent extends ISessionConversationEvent
Base interface for all designer conversation events. The designer frame and all children iframes have got a separate JSF view, but participate in a common designer conversation that allows them to communicate and exchange data.
Since:
7.0.0
Author:
XIMA MEDIA GmbH
  • Method Details

    • getSourceTabId

      String getSourceTabId()
      Returns:
      ID of the tab (see TabModel.getId()) that issued the event. Empty string if the event was issued by the designer parent frame.
    • getSourceTabView

      default EContentView getSourceTabView()
      Returns:
      Content view that issued the event. null if the event was issued by the designer parent frame.