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

Packages that use ComponentInfo
org.zkoss.bind ZK Bind Library 
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.select Utilities of ZK Component Selector, which retrieves components by selector rules, like CSS selectors. 
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.bind
 

Methods in org.zkoss.bind that return ComponentInfo
 ComponentInfo BindComposer.doBeforeCompose(Page page, Component parent, ComponentInfo compInfo)
           
 

Methods in org.zkoss.bind with parameters of type ComponentInfo
 ComponentInfo BindComposer.doBeforeCompose(Page page, Component parent, ComponentInfo compInfo)
           
 

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)
           
static ComponentInfo Utils.getComponentInfo(Component comp)
          Returns the component info associated with the given component, or null if not available.
 

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, Component insertBefore)
           
 java.lang.String StaticIdGenerator.nextComponentUuid(Desktop desktop, Component comp, ComponentInfo compInfo)
           
static void Utils.setComponentInfo(Component comp, ComponentInfo info)
          Sets the component info for the given component.
 

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

Subclasses of ComponentInfo in org.zkoss.zk.ui.metainfo
 class NativeInfo
          Represents the component information about the native components.
 

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(NodeInfo parent, java.lang.String text)
          Constructs and returns an ComponentInfo for the specified parent and text.
 

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.
 void AnnotationHelper.applyAnnotations(ComponentInfo compInfo, java.lang.String propName, boolean clear, Location loc)
          Deprecated. As of release 6.0.1, replaced with AnnotationHelper.applyAnnotations(ComponentInfo,String,boolean).
 

Uses of ComponentInfo in org.zkoss.zk.ui.select
 

Methods in org.zkoss.zk.ui.select that return ComponentInfo
 ComponentInfo SelectorComposer.doBeforeCompose(Page page, Component parent, ComponentInfo compInfo)
           
 

Methods in org.zkoss.zk.ui.select with parameters of type ComponentInfo
 ComponentInfo SelectorComposer.doBeforeCompose(Page page, Component parent, ComponentInfo compInfo)
           
 

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, Component insertBefore)
          Creates and initializes a component based on the specified ComponentInfo.
 java.lang.String IdGenerator.nextComponentUuid(Desktop desktop, Component comp, ComponentInfo compInfo)
          Returns the next component UUID for the specified component, or null to generate the default UUID.
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-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo