Package de.xima.fc.gui.event.handler
Class PlaceholderDesignerConversationEventHandler
java.lang.Object
de.xima.fc.gui.event.handler.PlaceholderDesignerConversationEventHandler
- All Implemented Interfaces:
IApplicationEventHandler
,ISessionConversationEventHandler
,ISessionEventHandler
,Serializable
public class PlaceholderDesignerConversationEventHandler
extends Object
implements ISessionConversationEventHandler
Event handler registered by the
PlaceholderBean
for the designer conversation scope.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPlaceholderDesignerConversationEventHandler
(Mandant client, Locale locale, BackendViewPushContext viewPushContext, PlaceholderContextModel model) Creates a new placeholder handler for the placeholder bean. -
Method Summary
Modifier and TypeMethodDescriptionvoid
Triggers an update of the placeholder dialog.
-
Constructor Details
-
PlaceholderDesignerConversationEventHandler
public PlaceholderDesignerConversationEventHandler(Mandant client, Locale locale, BackendViewPushContext viewPushContext, PlaceholderContextModel model) Creates a new placeholder handler for the placeholder bean.- Parameters:
client
- Current client.locale
- Current locale.viewPushContext
- View push context to use, when available.model
- Current placeholder model.
-
-
Method Details
-
updateDialogViaPush
public void updateDialogViaPush()Triggers an update of the placeholder dialog. Usually invoked when the list of displayed placeholders has changed.
-