Class UiLifeCycleListener

java.lang.Object
org.adempiere.webui.UiLifeCycleListener
All Implemented Interfaces:
org.zkoss.zk.ui.util.UiLifeCycle

public class UiLifeCycleListener extends Object implements org.zkoss.zk.ui.util.UiLifeCycle
Utility class for selenium support
Author:
hengsin
  • Constructor Details

    • UiLifeCycleListener

      public UiLifeCycleListener()
  • Method Details

    • 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 arg0, org.zkoss.zk.ui.Component arg1)
      Specified by:
      afterShadowAttached in interface org.zkoss.zk.ui.util.UiLifeCycle
    • afterShadowDetached

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