|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectzk.Object
zk.Widget
zul.Widget
zul.LabelImageWidget
zul.sel.Listcell
public class Listcell
A list cell.
Default Widget.getZclass(): z-listcell
| Field Summary |
|---|
| Fields inherited from class zk.Widget |
|---|
$weave, auDelay, autag, bindLevel, className, desktop, effects_, firstChild, id, insertingBefore_, inServer, lastChild, nChildren, nextSibling, parent, previousSibling, uuid, widgetName |
| Fields inherited from class zk.Object |
|---|
$class, $oid |
| Method Summary | |
|---|---|
int |
getColspan()
Returns number of columns to span this cell. |
Listbox |
getListbox()
Returns the list box that it belongs to. |
Listheader |
getListheader()
Returns the list header that is in the same column as this cell, or null if not available. |
int |
getMaxlength()
Returns the maximal length for this cell. |
void |
setColspan(int colspan)
Sets the number of columns to span this cell. |
| Methods inherited from class zul.LabelImageWidget |
|---|
domContent_, domImage_, domLabel_, getHoverImage, getImage, getImageNode, getLabel, setHoverImage, setImage, setLabel, updateDomContent_ |
| Methods inherited from class zul.Widget |
|---|
afterKeyDown_, beforeCtrlKeys_, getContext, getCtrlKeys, getOpenTooltip, getPopup, getTooltip, setContext, setContext, setCtrlKeys, setPopup, setPopup, setTooltip, setTooltip |
| Methods inherited from class zk.Object |
|---|
$init, $instanceof, $super, $super, $supers, $supers, afterInit, isAssignableFrom, isInstance, proxy |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void setColspan(int colspan)
It is the same as the colspan attribute of HTML TD tag.
colspan - public int getColspan()
public Listbox getListbox()
public int getMaxlength()
Select.getMaxlength()
If not, it is the same as the correponding getListheader()'s
Listheader.getMaxlength().
Note: Option.getMaxlength() is the same as Select.getMaxlength().
public Listheader getListheader()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||