|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ComponentInfo | |
|---|---|
| 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.metainfo.impl | The implementation class of the metainfos. |
| org.zkoss.zk.ui.sys | Internal interfaces of user interfaces and factories (behind the scene). |
| org.zkoss.zk.ui.util | Utilities to handle user interfaces. |
| Uses of ComponentInfo in org.zkoss.zk.ui.impl |
|---|
| Methods in org.zkoss.zk.ui.impl with parameters of type ComponentInfo | |
|---|---|
Component |
AbstractUiFactory.newComponent(Page page,
Component parent,
ComponentInfo compInfo)
|
| Uses of ComponentInfo in org.zkoss.zk.ui.metainfo |
|---|
| Subclasses of ComponentInfo in org.zkoss.zk.ui.metainfo | |
|---|---|
class |
NativeInfo
Represents the compmonent infomation about the native components. |
| Methods in org.zkoss.zk.ui.metainfo that return ComponentInfo | |
|---|---|
ComponentInfo |
LanguageDefinition.newLabelInfo(ComponentInfo parent,
java.lang.String text)
Constructs and returns an ComponentInfo for
the specified parent and text, |
| Methods in org.zkoss.zk.ui.metainfo with parameters of type ComponentInfo | |
|---|---|
void |
NodeInfo.appendChild(ComponentInfo compInfo)
Adds a ComponentInfo child. |
ComponentInfo |
LanguageDefinition.newLabelInfo(ComponentInfo parent,
java.lang.String text)
Constructs and returns an ComponentInfo for
the specified parent and text, |
boolean |
NodeInfo.removeChild(ComponentInfo compInfo)
Removes a ComponentInfo child. |
| Uses of ComponentInfo in org.zkoss.zk.ui.metainfo.impl |
|---|
| Methods in org.zkoss.zk.ui.metainfo.impl with parameters of type ComponentInfo | |
|---|---|
void |
AnnotationHelper.applyAnnotations(ComponentInfo compInfo,
java.lang.String propName,
boolean clear)
Applies the annotations defined in this helper to the specified instance definition. |
| Uses of ComponentInfo in org.zkoss.zk.ui.sys |
|---|
| Methods in org.zkoss.zk.ui.sys with parameters of type ComponentInfo | |
|---|---|
Component |
UiFactory.newComponent(Page page,
Component parent,
ComponentInfo compInfo)
Creates and initializes a component based on the specified ComponentInfo. |
static void |
ComponentsCtrl.setCurrentInfo(ComponentInfo compInfo)
Sets the current component definition, which is used only by UiEngine to communicate with
AbstractComponent. |
| Uses of ComponentInfo in org.zkoss.zk.ui.util |
|---|
| Methods in org.zkoss.zk.ui.util that return ComponentInfo | |
|---|---|
ComponentInfo |
ComposerExt.doBeforeCompose(Page page,
Component parent,
ComponentInfo compInfo)
Invokes before composing a component. |
| Methods in org.zkoss.zk.ui.util with parameters of type ComponentInfo | |
|---|---|
ComponentInfo |
ComposerExt.doBeforeCompose(Page page,
Component parent,
ComponentInfo compInfo)
Invokes before composing a component. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||