|
||||||||||
| 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
public class HeaderWidget
A skeletal implementation for a header.
| 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_()
Fixes the faker (an visible row for adjusting column), if any. |
String |
getAlign()
Returns the horizontal alignment of this column. |
String |
getColAttrs()
Returns the column attributes. i.e. |
MeshWidget |
getMeshWidget()
Returns the mesh widget that this belongs to. |
String |
getValign()
Returns the vertical alignment of this grid. |
protected boolean |
isSortable_()
Returns whether the widget is sortable or not. |
void |
setAlign(String align)
Sets the horizontal alignment of this column. |
void |
setValign(String valign)
Sets the vertical alignment of this grid. |
protected void |
updateMesh_(String name,
java.lang.Object value)
Updates the whole mesh widget. |
| 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 setAlign(String align)
align - public String getAlign()
Default: null (system default: left unless CSS specified).
public void setValign(String valign)
valign - public String getValign()
Default: null (system default: top).
protected void updateMesh_(String name,
java.lang.Object value)
name - value - public MeshWidget getMeshWidget()
protected boolean isSortable_()
Default: false.
public String getColAttrs()
getAlign() and getValign()
in HTML format. (Like a="b")
protected void fixFaker_()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||