| org.zkoss.zul.impl.LabelImageElement org.zkoss.zul.Treefooter
Treefooter | public class Treefooter extends LabelImageElement (Code) | | A column of the footer of a tree (
Tree ).
Its parent must be
Treefoot .
Unlike
Treecol , you could place any child in a tree footer.
Note:
Treecell also accepts children.
author: tomyeh |
Treefooter | public Treefooter()(Code) | | |
getColumnIndex | public int getColumnIndex()(Code) | | Returns the column index, starting from 0.
|
getSpan | public int getSpan()(Code) | | Returns number of columns to span this footer.
Default: 1.
|
getTree | public Tree getTree()(Code) | | Returns the tree that this belongs to.
|
getTreecol | public Treecol getTreecol()(Code) | | Returns the tree header that is in the same column as
this footer, or null if not available.
|
getTreefoot | public Treefoot getTreefoot()(Code) | | Returns the set of footers that this belongs to.
|
setSpan | public void setSpan(int span)(Code) | | Sets the number of columns to span this footer.
It is the same as the colspan attribute of HTML TD tag.
|
|
|