Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
ComponentInfo |
MultiComposer.doBeforeCompose(Page page,
Component parent,
ComponentInfo compInfo) |
Component |
AbstractUiFactory.newComponent(Page page,
Component parent,
ComponentInfo compInfo,
Component insertBefore) |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
NativeInfo
Represents the component information about the native components.
|
Modifier and Type | Method and Description |
---|---|
ComponentInfo |
ComponentInfo.duplicate()
Duplicates the specified component info but retaining
the same but virtual parent-child relationship.
|
ComponentInfo |
LanguageDefinition.newLabelInfo(NodeInfo parent,
String text)
Constructs and returns an
ComponentInfo for
the specified parent and text. |
Modifier and Type | Method and Description |
---|---|
boolean |
NamespaceParser.parse(org.zkoss.idom.Attribute attr,
ComponentInfo compInfo,
PageDefinition pgdef)
Parses the the content with the current namespace parser.
|
Modifier and Type | Method and Description |
---|---|
void |
AnnotationHelper.applyAnnotations(ComponentInfo compInfo,
String propName,
boolean clear)
Applies the annotations defined in this helper to the specified
instance definition.
|
void |
AnnotationHelper.applyAnnotations(ComponentInfo compInfo,
String propName,
boolean clear,
org.zkoss.util.resource.Location loc)
Deprecated.
As of release 6.0.1, replaced
with
AnnotationHelper.applyAnnotations(ComponentInfo,String,boolean) . |
Modifier and Type | Method and Description |
---|---|
ComponentInfo |
SelectorComposer.doBeforeCompose(Page page,
Component parent,
ComponentInfo compInfo) |
Modifier and Type | Method and Description |
---|---|
ComponentInfo |
SelectorComposer.doBeforeCompose(Page page,
Component parent,
ComponentInfo compInfo) |
Modifier and Type | Method and Description |
---|---|
Component |
UiFactory.newComponent(Page page,
Component parent,
ComponentInfo compInfo,
Component insertBefore)
Creates and initializes a component based on the specified
ComponentInfo . |
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 . |
Modifier and Type | Method and Description |
---|---|
ComponentInfo |
GenericComposer.doBeforeCompose(Page page,
Component parent,
ComponentInfo compInfo) |
ComponentInfo |
ComposerExt.doBeforeCompose(Page page,
Component parent,
ComponentInfo compInfo)
Invokes before composing a component.
|
Modifier and Type | Method and Description |
---|---|
ComponentInfo |
GenericComposer.doBeforeCompose(Page page,
Component parent,
ComponentInfo compInfo) |
ComponentInfo |
ComposerExt.doBeforeCompose(Page page,
Component parent,
ComponentInfo compInfo)
Invokes before composing a component.
|
Copyright © 2017. All rights reserved.