|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectzk.Object
zk.Widget
zul.Widget
zkmax.nav.Navbar
public class Navbar
A container that usually contains nav elements.
Default Widget.getZclass(): z-navbar.
| 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 | |
|---|---|
void |
clearSelection()
Clears the selection. |
String |
getOrient()
Returns the orient. |
Navitem |
getSelectedItem()
Returns the selected item. |
boolean |
isCollapsed()
Returns whether it is collapsed. |
void |
setCollapsed(boolean collapsed)
Sets whether to collapse it. |
void |
setOrient(String orient)
Sets the orient. |
void |
setSelectedItem(Navitem item)
Deselects all of the currently selected items and selects the given item. |
| 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 setOrient(String orient)
orient - either horizontal or verticalpublic String getOrient()
Default: "horizontal".
public void setCollapsed(boolean collapsed)
collapsed - public boolean isCollapsed()
public Navitem getSelectedItem()
public void setSelectedItem(Navitem item)
item - public void clearSelection()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||