| java.lang.Object org.zkoss.jsf.zul.impl.ComponentInfo
ComponentInfo | class ComponentInfo (Code) | | This Class handle information for ZULJSF Components, for construct ZULJSF Component tree.
author: Dennis.Chen |
addChildInfo | void addChildInfo(AbstractComponent parent, AbstractComponent child)(Code) | | Add component - child mapping for zuljsf component.
Parameters: parent - a parent Parameters: child - the children. |
getRegistedComponent | AbstractComponent getRegistedComponent(String nid)(Code) | | get back the Component with temporary id
Parameters: a - temporary id. |
registerComponent | String registerComponent(AbstractComponent comp)(Code) | | register ZULJSF Component to ComponentInfo, a temporary id will be associated to this component
Parameters: comp - a component a temporary id for this ComponentInfo. |
|
|