org.zkoss.zkdemo.test2
Class TreeComposer

java.lang.Object
  extended by org.zkoss.zkdemo.test2.TreeComposer
All Implemented Interfaces:
Composer

public class TreeComposer
extends java.lang.Object
implements Composer


Constructor Summary
TreeComposer()
           
 
Method Summary
 void doAfterCompose(Component comp)
          Invokes after ZK loader creates this component, initializes it and composes all its children, if any.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TreeComposer

public TreeComposer()
Method Detail

doAfterCompose

public void doAfterCompose(Component comp)
                    throws java.lang.Exception
Description copied from interface: Composer
Invokes after ZK loader creates this component, initializes it and composes all its children, if any.

Specified by:
doAfterCompose in interface Composer
Parameters:
comp - the component has been composed
Throws:
java.lang.Exception


Copyright © 2005-2009 Potix Corporation. All Rights Reserved.