Package com.hybris.cockpitng.engine.impl
Class DefaultListContainerCloseListener
- java.lang.Object
-
- com.hybris.cockpitng.engine.impl.DefaultListContainerCloseListener
-
- All Implemented Interfaces:
ListContainerCloseListener
public class DefaultListContainerCloseListener extends java.lang.Object implements ListContainerCloseListener
Default listener for 'on close' event of widget templates
-
-
Constructor Summary
Constructors Constructor Description DefaultListContainerCloseListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ModalWindowStackgetModalWindowStack()NotificationStackgetNotificationStack()WidgetInstanceFacadegetWidgetInstanceFacade()voidonClose(org.zkoss.zk.ui.event.Event event, WidgetInstance widgetInstance)Notified when window is being closed via cross button in the upper-right corner.voidsetModalWindowStack(ModalWindowStack modalWindowStack)voidsetNotificationStack(NotificationStack notificationStack)voidsetWidgetInstanceFacade(WidgetInstanceFacade widgetInstanceFacade)
-
-
-
Method Detail
-
onClose
public void onClose(org.zkoss.zk.ui.event.Event event, WidgetInstance widgetInstance)Description copied from interface:ListContainerCloseListenerNotified when window is being closed via cross button in the upper-right corner.- Specified by:
onClosein interfaceListContainerCloseListener- Parameters:
event- on close eventwidgetInstance- widget instance that is about to close
-
getWidgetInstanceFacade
public WidgetInstanceFacade getWidgetInstanceFacade()
-
setWidgetInstanceFacade
public void setWidgetInstanceFacade(WidgetInstanceFacade widgetInstanceFacade)
-
getNotificationStack
public NotificationStack getNotificationStack()
-
setNotificationStack
public void setNotificationStack(NotificationStack notificationStack)
-
getModalWindowStack
public ModalWindowStack getModalWindowStack()
-
setModalWindowStack
public void setModalWindowStack(ModalWindowStack modalWindowStack)
-
-