|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.zkoss.zul.fn.ZulFns
public class ZulFns
Utilities for using EL.
| Constructor Summary | |
|---|---|
protected |
ZulFns()
|
| Method Summary | |
|---|---|
static void |
clearTreeRenderInfo(Tree tree)
Clears up the attributes which are used to render a tree in paging mold |
static java.lang.String |
getBoxChildInnerAttrs(Component child)
Returns the inner attributes used for the cell of the specified child when it is placed inside of hbox/vbox. |
static java.lang.String |
getBoxChildOuterAttrs(Component child)
Returns the outer attributes used for the cell of the specified child when it is placed inside of hbox/vbox. |
static java.lang.String |
getColAttrs(Row row,
int index)
Returns the column attribute of a child of a row by specifying the index. |
static void |
resetStripeClass(Component parent)
Resets the stripe CSS for each row. |
static void |
setStripeClass(Component child)
Sets the stripe CSS for each row. |
static boolean |
shallRenderTree(Tree tree)
Returns whether the specified should be rendered. |
static boolean |
shallVisitTree(Tree tree,
Component child)
Returns whether the treeitem should be visited. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected ZulFns()
| Method Detail |
|---|
public static final java.lang.String getColAttrs(Row row,
int index)
public static final java.lang.String getBoxChildInnerAttrs(Component child)
public static final java.lang.String getBoxChildOuterAttrs(Component child)
public static final void setStripeClass(Component child)
public static final void resetStripeClass(Component parent)
public static final boolean shallVisitTree(Tree tree,
Component child)
tree - the treechild - Treeitempublic static final boolean shallRenderTree(Tree tree)
tree - the treepublic static final void clearTreeRenderInfo(Tree tree)
tree - the tree
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||