|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Tabpanel | |
---|---|
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 Tabpanel in org.zkoss.zul |
---|
Classes in org.zkoss.zul that implement Tabpanel | |
---|---|
class |
Tabpanel
A tab panel. |
Methods in org.zkoss.zul that return Tabpanel | |
---|---|
Tabpanel |
Tab.getLinkedPanelApi()
Returns the panel associated with this tab. |
Tabpanel |
Tabbox.getSelectedPanelApi()
Returns the selected tab panel. |
Methods in org.zkoss.zul with parameters of type Tabpanel | |
---|---|
void |
Tabbox.setSelectedPanelApi(Tabpanel panelApi)
Sets the selected tab panel. |
Uses of Tabpanel in org.zkoss.zul.api |
---|
Methods in org.zkoss.zul.api that return Tabpanel | |
---|---|
Tabpanel |
Tab.getLinkedPanelApi()
Returns the panel associated with this tab. |
Tabpanel |
Tabbox.getSelectedPanelApi()
Returns the selected tab panel. |
Methods in org.zkoss.zul.api with parameters of type Tabpanel | |
---|---|
void |
Tabbox.setSelectedPanelApi(Tabpanel panel)
Sets the selected tab panel. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |