http://www.zkoss.org/dsp/zul/core Methods and actions for ZUL in DSP/ZUML ZulFns org.zkoss.zul.fn.ZulFns getColAttrs org.zkoss.zul.fn.ZulFns java.lang.String getColAttrs(org.zkoss.zul.Row, int) Returns the attribute used for the cell of the specified row and index. getBoxChildOuterAttrs org.zkoss.zul.fn.ZulFns java.lang.String getBoxChildOuterAttrs(org.zkoss.zk.ui.Component) Returns the inner attributes used for the cell of the specified child when it is placed inside of hbox/vbox. getBoxChildInnerAttrs org.zkoss.zul.fn.ZulFns java.lang.String getBoxChildInnerAttrs(org.zkoss.zk.ui.Component) Returns the outer attributes used for the cell of the specified child when it is placed inside of hbox/vbox. setStripeClass org.zkoss.zul.fn.ZulFns void setStripeClass(org.zkoss.zk.ui.Component) Sets the stripe CSS for each row. resetStripeClass org.zkoss.zul.fn.ZulFns void resetStripeClass(org.zkoss.zk.ui.Component) Resets the stripe CSS for each row. shallVisitTree org.zkoss.zul.fn.ZulFns boolean shallVisitTree(org.zkoss.zul.Tree, org.zkoss.zk.ui.Component) Returns whether the specified tree should be visited. shallRenderTree org.zkoss.zul.fn.ZulFns boolean shallRenderTree(org.zkoss.zul.Tree) Returns whether the specified tree shall be rendered. clearTreeRenderInfo org.zkoss.zul.fn.ZulFns void clearTreeRenderInfo(org.zkoss.zul.Tree) Clears up the info stored in attributes that are used to render a tree in the paging mold.