Uses of Class
org.zkoss.zul.Toolbar
-
Packages that use Toolbar Package Description org.zkoss.zul -
-
Uses of Toolbar in org.zkoss.zul
Methods in org.zkoss.zul that return Toolbar Modifier and Type Method Description ToolbarPanel. getBottomToolbar()Returns the bottom toolbar of this panel.ToolbarPanel. getFootToolbar()Returns the foot toolbar of this panel.ToolbarTabbox. getToolbar()Returns the auxiliary toolbar that this tabbox owns.ToolbarPanel. getTopToolbar()Returns the top toolbar of this panel.Methods in org.zkoss.zul with parameters of type Toolbar Modifier and Type Method Description booleanPanel. addToolbar(java.lang.String name, Toolbar toolbar)Adds the toolbar of the panel by these names, "tbar", "bbar", and "fbar".
-