|
||||||||||
| 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.wgt.Toolbar
public class Toolbar
A toolbar.
Mold:
Panel component as its
foot toolbar.Default Widget.getZclass(): z-toolbar, if Widget.getMold() is panel,
z-toolbar-panel is assumed.
| 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 | |
|---|---|
String |
getAlign()
Returns the alignment. |
String |
getOrient()
Returns the orient. |
boolean |
inPanelMold()
Returns whether is in panel mold or not. |
void |
setAlign(String align)
Sets the alignment: one of left, center, right, ustify, |
void |
setOrient(String orient)
Sets the orient. |
| 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 (use browser default).
public void setOrient(String orient)
orient - either "horizontal" or "vertical".public String getOrient()
Default: "horizontal".
public boolean inPanelMold()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||