Package com.hybris.cockpitng.util
Class CockpitComponentUILifeCycle
- java.lang.Object
-
- com.hybris.cockpitng.util.CockpitComponentUILifeCycle
-
- All Implemented Interfaces:
org.zkoss.zk.ui.util.UiLifeCycle
public class CockpitComponentUILifeCycle extends java.lang.Object implements org.zkoss.zk.ui.util.UiLifeCycleRemoves widget model observers of detached components like actions and editors.
-
-
Constructor Summary
Constructors Constructor Description CockpitComponentUILifeCycle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterComponentAttached(org.zkoss.zk.ui.Component comp, org.zkoss.zk.ui.Page page)voidafterComponentDetached(org.zkoss.zk.ui.Component comp, org.zkoss.zk.ui.Page prevpage)voidafterComponentMoved(org.zkoss.zk.ui.Component parent, org.zkoss.zk.ui.Component child, org.zkoss.zk.ui.Component prevparent)voidafterPageAttached(org.zkoss.zk.ui.Page page, org.zkoss.zk.ui.Desktop desktop)voidafterPageDetached(org.zkoss.zk.ui.Page page, org.zkoss.zk.ui.Desktop prevdesktop)voidafterShadowAttached(org.zkoss.zk.ui.ShadowElement shadowElement, org.zkoss.zk.ui.Component component)voidafterShadowDetached(org.zkoss.zk.ui.ShadowElement shadowElement, org.zkoss.zk.ui.Component component)
-
-
-
Method Detail
-
afterComponentAttached
public void afterComponentAttached(org.zkoss.zk.ui.Component comp, org.zkoss.zk.ui.Page page)- Specified by:
afterComponentAttachedin interfaceorg.zkoss.zk.ui.util.UiLifeCycle
-
afterComponentDetached
public void afterComponentDetached(org.zkoss.zk.ui.Component comp, org.zkoss.zk.ui.Page prevpage)- Specified by:
afterComponentDetachedin interfaceorg.zkoss.zk.ui.util.UiLifeCycle
-
afterComponentMoved
public void afterComponentMoved(org.zkoss.zk.ui.Component parent, org.zkoss.zk.ui.Component child, org.zkoss.zk.ui.Component prevparent)- Specified by:
afterComponentMovedin interfaceorg.zkoss.zk.ui.util.UiLifeCycle
-
afterPageAttached
public void afterPageAttached(org.zkoss.zk.ui.Page page, org.zkoss.zk.ui.Desktop desktop)- Specified by:
afterPageAttachedin interfaceorg.zkoss.zk.ui.util.UiLifeCycle
-
afterPageDetached
public void afterPageDetached(org.zkoss.zk.ui.Page page, org.zkoss.zk.ui.Desktop prevdesktop)- Specified by:
afterPageDetachedin interfaceorg.zkoss.zk.ui.util.UiLifeCycle
-
afterShadowAttached
public void afterShadowAttached(org.zkoss.zk.ui.ShadowElement shadowElement, org.zkoss.zk.ui.Component component)- Specified by:
afterShadowAttachedin interfaceorg.zkoss.zk.ui.util.UiLifeCycle
-
afterShadowDetached
public void afterShadowDetached(org.zkoss.zk.ui.ShadowElement shadowElement, org.zkoss.zk.ui.Component component)- Specified by:
afterShadowDetachedin interfaceorg.zkoss.zk.ui.util.UiLifeCycle
-
-