|
||||||||||
| 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). |
| 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(PageDefinition pgdef,
Page page)
Creaetes and returns the initiator. |
| Constructors in org.zkoss.zk.ui.metainfo with parameters of type Initiator | |
|---|---|
InitiatorInfo(Initiator init,
java.util.List 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. |
|
InitiatorInfo(Initiator init,
java.lang.String[] 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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||