|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Initiator | |
---|---|
org.zkoss.zk.ui.impl | Implementation of user interfaces and factories (implementation only). |
org.zkoss.zk.ui.metainfo | Metainfo representing pages and languages (implementation only). |
org.zkoss.zk.ui.util | Utilities to handle user interfaces. |
org.zkoss.zkplus.databind | The DataBinder used for binding ZK UI component and the backend data bean. |
Uses of Initiator in org.zkoss.zk.ui.impl |
---|
Classes in org.zkoss.zk.ui.impl that implement Initiator | |
---|---|
class |
ZScriptInitiator
An initiator used to evaluate a zscript file. |
Uses of Initiator in org.zkoss.zk.ui.metainfo |
---|
Methods in org.zkoss.zk.ui.metainfo that return Initiator | |
---|---|
Initiator |
InitiatorInfo.newInitiator(Evaluator eval,
Page page)
Creates and returns the initiator, or null if no initiator is resolved. |
Initiator |
InitiatorInfo.newInitiator(PageDefinition pgdef,
Page page)
Creates and returns the initiator, or null if no initiator is resolved. |
Constructors in org.zkoss.zk.ui.metainfo with parameters of type Initiator | |
---|---|
InitiatorInfo(Initiator init,
java.util.Map args)
Constructs with an initiator that will be reuse each time InitiatorInfo.newInitiator(org.zkoss.zk.ui.metainfo.PageDefinition, org.zkoss.zk.ui.Page) is called. |
Uses of Initiator in org.zkoss.zk.ui.util |
---|
Classes in org.zkoss.zk.ui.util that implement Initiator | |
---|---|
class |
Composition
Composition manager that compose the given components into a whole page per the "insert" components and "define" components annotations. |
Uses of Initiator in org.zkoss.zkplus.databind |
---|
Classes in org.zkoss.zkplus.databind that implement Initiator | |
---|---|
class |
AnnotateDataBinderInit
This initiator class do following things: New an AnnotateDataBinder instance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |