Class DefaultEditorAreaControllerPersistenceListenersDelegate
- java.lang.Object
-
- com.hybris.cockpitng.widgets.baseeditorarea.DefaultEditorAreaControllerPersistenceListenersDelegate
-
public class DefaultEditorAreaControllerPersistenceListenersDelegate extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DefaultEditorAreaControllerPersistenceListenersDelegate(DefaultEditorAreaController controller)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecuteAfterCancelModificationCallbacks()voidexecuteBeforeCancelModificationCallbacks()protected voidexecuteModificationCallback(java.lang.String eventName, java.util.Map<java.lang.String,org.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.Event>> listeners)protected voidnotifyAfterSaveListeners()
-
-
-
Constructor Detail
-
DefaultEditorAreaControllerPersistenceListenersDelegate
public DefaultEditorAreaControllerPersistenceListenersDelegate(DefaultEditorAreaController controller)
-
-
Method Detail
-
executeAfterCancelModificationCallbacks
public void executeAfterCancelModificationCallbacks()
-
executeBeforeCancelModificationCallbacks
public void executeBeforeCancelModificationCallbacks()
-
executeModificationCallback
protected void executeModificationCallback(java.lang.String eventName, java.util.Map<java.lang.String,org.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.Event>> listeners)
-
notifyAfterSaveListeners
protected void notifyAfterSaveListeners() throws ObjectSavingException- Throws:
ObjectSavingException
-
-