Uses of Interface
org.zkoss.zul.api.Toolbar

Packages that use Toolbar
org.zkoss.zul ZUL component set that are used for HTML-based clients. 
org.zkoss.zul.api Interfaces of zul components, which are the abstract layer to access a ZUL component 
 

Uses of Toolbar in org.zkoss.zul
 

Classes in org.zkoss.zul that implement Toolbar
 class Toolbar
          A toolbar.
 

Methods in org.zkoss.zul that return Toolbar
 Toolbar Panel.getBottomToolbarApi()
          Returns the bottom toolbar of this panel.
 Toolbar Panel.getFootToolbarApi()
          Returns the foot toolbar of this panel.
 Toolbar Panel.getTopToolbarApi()
          Returns the top toolbar of this panel.
 

Methods in org.zkoss.zul with parameters of type Toolbar
 boolean Panel.addToolbarApi(java.lang.String name, Toolbar toolbarApi)
          Adds the toolbar of the panel by these names, "tbar", "bbar", and "fbar".
 

Uses of Toolbar in org.zkoss.zul.api
 

Methods in org.zkoss.zul.api that return Toolbar
 Toolbar Panel.getBottomToolbarApi()
          Returns the bottom toolbar of this panel.
 Toolbar Panel.getFootToolbarApi()
          Returns the foot toolbar of this panel.
 Toolbar Panel.getTopToolbarApi()
          Returns the top toolbar of this panel.
 

Methods in org.zkoss.zul.api with parameters of type Toolbar
 boolean Panel.addToolbarApi(java.lang.String name, Toolbar toolbar)
          Adds the toolbar of the panel by these names, "tbar", "bbar", and "fbar".
 



Copyright © 2005-2009 Potix Corporation. All Rights Reserved. SourceForge.net Logo