|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |