|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NodeInfo | |
---|---|
org.zkoss.zk.ui.metainfo | Metainfo representing pages and languages (implementation only). |
Uses of NodeInfo in org.zkoss.zk.ui.metainfo |
---|
Subclasses of NodeInfo in org.zkoss.zk.ui.metainfo | |
---|---|
class |
ComponentInfo
Represents a componennt instance defined in a ZUML page. |
class |
NativeInfo
Represents the compmonent infomation about the native components. |
class |
PageDefinition
A page definition. |
class |
ZkInfo
Represents the zk element in a ZUML page. |
Methods in org.zkoss.zk.ui.metainfo that return NodeInfo | |
---|---|
NodeInfo |
PageDefinition.getParent()
Returns the parent (always null). |
abstract NodeInfo |
NodeInfo.getParent()
Returns the parent, or null if no parent. |
NodeInfo |
ComponentInfo.getParent()
|
Methods in org.zkoss.zk.ui.metainfo with parameters of type NodeInfo | |
---|---|
void |
ComponentInfo.setParent(NodeInfo parent)
Sets the parent. |
Constructors in org.zkoss.zk.ui.metainfo with parameters of type NodeInfo | |
---|---|
ComponentInfo(NodeInfo parent,
ComponentDefinition compdef)
Constructs the info about how to create a component that is not a dynamic tag. |
|
ComponentInfo(NodeInfo parent,
ComponentDefinition compdef,
java.lang.String tag)
Constructs the information about how to create component. |
|
NativeInfo(NodeInfo parent,
ComponentDefinition compdef,
java.lang.String tagnm)
Constructs a native info with a parent. |
|
ZkInfo(NodeInfo parent)
Constructs a ZK info. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |