|
||||||||||
| 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.mesh.HeaderWidget
zul.mesh.Auxheader
public class Auxheader
An auxiliary header.
Default Widget.getZclass(): z-auxheader.
| 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 | |
|---|---|
protected void |
fixFaker_()
Nothing to do in the function |
int |
getColspan()
Returns number of columns to span this header. |
int |
getRowspan()
Returns number of rows to span this header. |
void |
setColspan(int colspan)
Sets the number of columns to span this header. |
void |
setRowspan(int rowspan)
Sets the number of rows to span this header. |
| Methods inherited from class zul.mesh.HeaderWidget |
|---|
getAlign, getColAttrs, getMeshWidget, getValign, isSortable_, setAlign, setValign, updateMesh_ |
| 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 void setRowspan(int rowspan)
It is the same as the rowspan attribute of HTML TD tag.
rowspan - public int getRowspan()
protected void fixFaker_()
fixFaker_ in class HeaderWidget
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||