public interface BeforeCompose
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.
AfterCompose
Modifier and Type | Method and Description |
---|---|
void |
beforeCompose()
Called by ZK Loader before it sets any properties, and before
creates any child component.
|
Copyright © 2005-2018 Potix Corporation. All Rights Reserved.