| org.zkoss.zul.impl.LabelImageElement org.zkoss.zul.Listfooter
Listfooter | public Listfooter()(Code) | | |
getColumnIndex | public int getColumnIndex()(Code) | | Returns the column index, starting from 0.
|
getListbox | public Listbox getListbox()(Code) | | Returns the listbox that this belongs to.
|
getListfoot | public Listfoot getListfoot()(Code) | | Returns the set of footers that this belongs to.
|
getListheader | public Listheader getListheader()(Code) | | Returns the list header that is in the same column as
this footer, or null if not available.
|
getSpan | public int getSpan()(Code) | | Returns number of columns to span this footer.
Default: 1.
|
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.
|
|
|