Package org.zkoss.zk.ui.metainfo

Metainfo representing pages and languages (implementation only).

See:
          Description

Interface Summary
Annotation The common interface extended by all annotation types.
ComponentDefinition A component definition.
WidgetDefinition A widget definition.
 

Class Summary
AnnotationMap A map of annotations used with ComponentDefinition and ComponentInfo.
AttributesInfo Represents a map of custom attributes of a component definition (ComponentDefinition).
ComponentDefinitionMap A map of component definitions.
ComponentInfo Represents a componennt instance defined in a ZUML page.
DefinitionLoaders Utilities to load language definitions.
EventHandler An event handler of a component definition (ComponentDefinition).
EventHandlerMap A map of instances of EventHandler.
ForwardInfo The forward directive in the ZUML page.
FunctionMapperInfo A definition of the function mapper (FunctionMapper).
HeaderInfo Represents a header element, such as <?
InitiatorInfo The init directive in the ZUML page.
LanguageDefinition A definition of a language, such as xul.
NativeInfo Represents the compmonent infomation about the native components.
NodeInfo Represents a node of the ZUML tree.
PageDefinition A page definition.
PageDefinitions Utilities to retrieve page definitions.
Parser Used to prase the ZUL file
Property Information about how to initialize a property (aka., a field of a component).
TextInfo Represents a text.
VariableResolverInfo A definition of the variable resolver (VariableResolver).
VariablesInfo The information about the variables element in the ZUML page.
WidgetListener Represents a client-side event listener for the peer widget.
WidgetOverride Represents a method of the peer widget.
ZkInfo Represents the zk element in a ZUML page.
ZScript Represents a zscript element.
 

Exception Summary
DefinitionNotFoundException Dentoes a definition cannot be found.
PropertyNotFoundException Represents the a property (aka., a method of a component) is not found.
 

Package org.zkoss.zk.ui.metainfo Description

Metainfo representing pages and languages (implementation only).

LanguageDefinition

ComponentDefinition

PageDefinition

PageDefinition represents a ZUML page. The XML nodes in the ZUML page are represented by ComponentInfo, AttributesInfo, VariablesInfo, InitiatorInfo



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