Uses of Class
org.zkoss.zk.ui.metainfo.ComponentInfo

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 that return ComponentInfo
 ComponentInfo MultiComposer.doBeforeCompose(Page page, Component parent, ComponentInfo compInfo)
           
 

Methods in org.zkoss.zk.ui.impl with parameters of type ComponentInfo
 ComponentInfo MultiComposer.doBeforeCompose(Page page, Component parent, ComponentInfo compInfo)
           
 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.
 class ZkInfo
          Represents the zk element in a ZUML page.
 

Methods in org.zkoss.zk.ui.metainfo that return ComponentInfo
 ComponentInfo ComponentInfo.duplicate()
          Duplicates the specified component info but retaining the same but virtual parent-child relationship.
 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 GenericComposer.doBeforeCompose(Page page, Component parent, ComponentInfo compInfo)
           
 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 GenericComposer.doBeforeCompose(Page page, Component parent, ComponentInfo compInfo)
           
 ComponentInfo ComposerExt.doBeforeCompose(Page page, Component parent, ComponentInfo compInfo)
          Invokes before composing a component.
 



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