| java.lang.Object org.zkoss.jsf.zul.impl.Utils
Utils | class Utils (Code) | | A utility to help Component .
author: Dennis.Chen |
adjustChildren | static void adjustChildren(Page page, AbstractComponent parent, Collection children, String body)(Code) | | Adjust the children based the output generated by the inner
components of
BranchComponent (aka., body).
Parameters: page - the page. Specified only if parent is null (aka. root). Parameters: parent - the parent component. If null, page must be specified. |
outComponent | public static void outComponent(Component comp)(Code) | | Debug only method, please doen't use this method
|
outComponent | public static void outComponent(Collection children)(Code) | | Debug only method, please doen't use this method
|
renderComponent | static void renderComponent(UIComponent component, FacesContext context) throws IOException(Code) | | A helper for render a component, It's will go thought a component.
Parameters: component - the component to render Parameters: context - the FacesContext. throws: IOException - |
|
|