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.