org.zkoss.zk.ui.ext
Interface BeforeCompose


public interface BeforeCompose

Implemented by a component if it wants to know when ZK loader created it. If this interface is implemented, beforeCompose() is called before ZK loader sets any property or creates any child components.

On the other hand, AfterCompose.afterCompose() is called after all properties are set and child components are created.

Since:
5.0.6
Author:
tomyeh
See Also:
AfterCompose

Method Summary
 void beforeCompose()
          Called by ZK Loader before it sets any properties, and before creates any child component.
 

Method Detail

beforeCompose

void beforeCompose()
Called by ZK Loader before it sets any properties, and before creates any child component.



Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo