it.amattioli.guidate.init
Class PageInit

Show UML class diagram
java.lang.Object
  extended by it.amattioli.guidate.init.PageInit
All Implemented Interfaces:
org.zkoss.zk.ui.util.UiLifeCycle

public class PageInit
extends Object
implements org.zkoss.zk.ui.util.UiLifeCycle


Constructor Summary
PageInit()
           
 
Method Summary
 void afterComponentAttached(org.zkoss.zk.ui.Component arg0, org.zkoss.zk.ui.Page arg1)
           
 void afterComponentDetached(org.zkoss.zk.ui.Component arg0, org.zkoss.zk.ui.Page arg1)
           
 void afterComponentMoved(org.zkoss.zk.ui.Component arg0, org.zkoss.zk.ui.Component arg1, org.zkoss.zk.ui.Component arg2)
           
 void afterPageAttached(org.zkoss.zk.ui.Page page, org.zkoss.zk.ui.Desktop desktop)
           
 void afterPageDetached(org.zkoss.zk.ui.Page arg0, org.zkoss.zk.ui.Desktop arg1)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageInit

public PageInit()
Method Detail

afterComponentAttached

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

afterComponentDetached

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

afterComponentMoved

public void afterComponentMoved(org.zkoss.zk.ui.Component arg0,
                                org.zkoss.zk.ui.Component arg1,
                                org.zkoss.zk.ui.Component arg2)
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 arg0,
                              org.zkoss.zk.ui.Desktop arg1)
Specified by:
afterPageDetached in interface org.zkoss.zk.ui.util.UiLifeCycle


Copyright © 2011. All Rights Reserved.