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