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

Packages that use Tab
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 Tab in org.zkoss.zul
 

Classes in org.zkoss.zul that implement Tab
 class Tab
          A tab.
 

Methods in org.zkoss.zul that return Tab
 Tab Tabpanel.getLinkedTabApi()
          Returns the tab associated with this tab panel.
 Tab Tabbox.getSelectedTabApi()
          Returns the selected tab.
 

Methods in org.zkoss.zul with parameters of type Tab
 void Tabbox.setSelectedTabApi(Tab tabApi)
          Sets the selected tab.
 

Uses of Tab in org.zkoss.zul.api
 

Methods in org.zkoss.zul.api that return Tab
 Tab Tabpanel.getLinkedTabApi()
          Returns the tab associated with this tab panel.
 Tab Tabbox.getSelectedTabApi()
          Returns the selected tab.
 

Methods in org.zkoss.zul.api with parameters of type Tab
 void Tabbox.setSelectedTabApi(Tab tab)
          Sets the selected tab.
 



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