Uses of Class
org.zkoss.zk.ui.metainfo.ComponentInfo
-
Packages that use ComponentInfo Package Description org.zkoss.zk.ui.impl org.zkoss.zk.ui.metainfo org.zkoss.zk.ui.metainfo.impl org.zkoss.zk.ui.select org.zkoss.zk.ui.sys org.zkoss.zk.ui.util -
-
Uses of ComponentInfo in org.zkoss.zk.ui.impl
Methods in org.zkoss.zk.ui.impl that return ComponentInfo Modifier and Type Method Description ComponentInfoMultiComposer. doBeforeCompose(Page page, Component parent, ComponentInfo compInfo)static ComponentInfoUtils. 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 Modifier and Type Method Description ComponentInfoMultiComposer. doBeforeCompose(Page page, Component parent, ComponentInfo compInfo)ComponentAbstractUiFactory. newComponent(Page page, Component parent, ComponentInfo compInfo, Component insertBefore)java.lang.StringStaticIdGenerator. nextComponentUuid(Desktop desktop, Component comp, ComponentInfo compInfo)static voidUtils. 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 Modifier and Type Class Description classNativeInfoRepresents the component information about the native components.Methods in org.zkoss.zk.ui.metainfo that return ComponentInfo Modifier and Type Method Description ComponentInfoComponentInfo. duplicate()Duplicates the specified component info but retaining the same but virtual parent-child relationship.ComponentInfoLanguageDefinition. newLabelInfo(NodeInfo parent, java.lang.String text)Constructs and returns anComponentInfofor the specified parent and text.Methods in org.zkoss.zk.ui.metainfo with parameters of type ComponentInfo Modifier and Type Method Description booleanNamespaceParser. parse(org.zkoss.idom.Attribute attr, ComponentInfo compInfo, PageDefinition pgdef)Parses the the content with the current namespace parser. -
Uses of ComponentInfo in org.zkoss.zk.ui.metainfo.impl
Methods in org.zkoss.zk.ui.metainfo.impl with parameters of type ComponentInfo Modifier and Type Method Description voidAnnotationHelper. 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.select
Methods in org.zkoss.zk.ui.select that return ComponentInfo Modifier and Type Method Description ComponentInfoSelectorComposer. doBeforeCompose(Page page, Component parent, ComponentInfo compInfo)Methods in org.zkoss.zk.ui.select with parameters of type ComponentInfo Modifier and Type Method Description ComponentInfoSelectorComposer. 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 Modifier and Type Method Description ComponentUiFactory. newComponent(Page page, Component parent, ComponentInfo compInfo, Component insertBefore)Creates and initializes a component based on the specifiedComponentInfo.default java.lang.StringIdGenerator. nextAnonymousComponentUuid(Component comp, ComponentInfo compInfo)Returns the next anonymous component UUID for the specified component, or null to generate the default UUID.default java.lang.StringIdGenerator. nextComponentUuid(Desktop desktop, Component comp, ComponentInfo compInfo)Returns the next component UUID for the specified component, or null to generate the default UUID.static voidComponentsCtrl. setCurrentInfo(ComponentInfo compInfo)Sets the current component definition, which is used only byUiEngineto communicate withAbstractComponent. -
Uses of ComponentInfo in org.zkoss.zk.ui.util
Methods in org.zkoss.zk.ui.util that return ComponentInfo Modifier and Type Method Description ComponentInfoComposerExt. doBeforeCompose(Page page, Component parent, ComponentInfo compInfo)Invokes before composing a component.ComponentInfoGenericComposer. doBeforeCompose(Page page, Component parent, ComponentInfo compInfo)Methods in org.zkoss.zk.ui.util with parameters of type ComponentInfo Modifier and Type Method Description ComponentInfoComposerExt. doBeforeCompose(Page page, Component parent, ComponentInfo compInfo)Invokes before composing a component.ComponentInfoGenericComposer. doBeforeCompose(Page page, Component parent, ComponentInfo compInfo)
-