Interface IDesignerConversationEvent
-
- All Superinterfaces:
IApplicationEvent
,ISessionConversationEvent
,ISessionEvent
,Serializable
- All Known Implementing Classes:
FormDesignerLangChangedEvent
,FormItemsPersistUpdatedEvent
,FormPersistChangedEvent
,InsertWorkflowNodeEvent
,OldWorkflowModifiedEvent
,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 Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description String
getSourceTabId()
default EContentView
getSourceTabView()
-
-
-
Method Detail
-
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.
-
-