Class CockpitComponentUILifeCycle

  • All Implemented Interfaces:
    org.zkoss.zk.ui.util.UiLifeCycle

    public class CockpitComponentUILifeCycle
    extends java.lang.Object
    implements org.zkoss.zk.ui.util.UiLifeCycle
    Removes widget model observers of detached components like actions and editors.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void afterComponentAttached​(org.zkoss.zk.ui.Component comp, org.zkoss.zk.ui.Page page)  
      void afterComponentDetached​(org.zkoss.zk.ui.Component comp, org.zkoss.zk.ui.Page prevpage)  
      void afterComponentMoved​(org.zkoss.zk.ui.Component parent, org.zkoss.zk.ui.Component child, org.zkoss.zk.ui.Component prevparent)  
      void afterPageAttached​(org.zkoss.zk.ui.Page page, org.zkoss.zk.ui.Desktop desktop)  
      void afterPageDetached​(org.zkoss.zk.ui.Page page, org.zkoss.zk.ui.Desktop prevdesktop)  
      void afterShadowAttached​(org.zkoss.zk.ui.ShadowElement shadowElement, org.zkoss.zk.ui.Component component)  
      void afterShadowDetached​(org.zkoss.zk.ui.ShadowElement shadowElement, org.zkoss.zk.ui.Component component)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CockpitComponentUILifeCycle

        public CockpitComponentUILifeCycle()
    • Method Detail

      • afterComponentAttached

        public void afterComponentAttached​(org.zkoss.zk.ui.Component comp,
                                           org.zkoss.zk.ui.Page page)
        Specified by:
        afterComponentAttached in interface org.zkoss.zk.ui.util.UiLifeCycle
      • afterComponentDetached

        public void afterComponentDetached​(org.zkoss.zk.ui.Component comp,
                                           org.zkoss.zk.ui.Page prevpage)
        Specified by:
        afterComponentDetached in interface org.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:
        afterComponentMoved in interface org.zkoss.zk.ui.util.UiLifeCycle
      • afterPageAttached

        public void afterPageAttached​(org.zkoss.zk.ui.Page page,
                                      org.zkoss.zk.ui.Desktop desktop)
        Specified by:
        afterPageAttached in interface org.zkoss.zk.ui.util.UiLifeCycle
      • afterPageDetached

        public void afterPageDetached​(org.zkoss.zk.ui.Page page,
                                      org.zkoss.zk.ui.Desktop prevdesktop)
        Specified by:
        afterPageDetached in interface org.zkoss.zk.ui.util.UiLifeCycle
      • afterShadowAttached

        public void afterShadowAttached​(org.zkoss.zk.ui.ShadowElement shadowElement,
                                        org.zkoss.zk.ui.Component component)
        Specified by:
        afterShadowAttached in interface org.zkoss.zk.ui.util.UiLifeCycle
      • afterShadowDetached

        public void afterShadowDetached​(org.zkoss.zk.ui.ShadowElement shadowElement,
                                        org.zkoss.zk.ui.Component component)
        Specified by:
        afterShadowDetached in interface org.zkoss.zk.ui.util.UiLifeCycle