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
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 Summary
-
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
- Returns:
- Content view that issued the event.
nullif the event was issued by the designer parent frame.
-