Uses of Class
org.zkoss.zkmax.zul.Navitem
-
Packages that use Navitem Package Description org.zkoss.zkmax.zul -
-
Uses of Navitem in org.zkoss.zkmax.zul
Methods in org.zkoss.zkmax.zul that return Navitem Modifier and Type Method Description NavitemNavbar. getSelectedItem()Returns the selected item.Methods in org.zkoss.zkmax.zul with parameters of type Navitem Modifier and Type Method Description voidNavbar. selectItem(Navitem item)Deselects the currently selected item and selects the given item.voidNavbar. setSelectedItem(Navitem item)Deselects the currently selected item and selects the given item.
-