|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Tabpanel | |
---|---|
org.zkoss.bind.impl | Core Implementation for ZK Bind |
org.zkoss.zkmax.zul.impl | Implementation of ZUL components in ZK EE |
org.zkoss.zul | ZUL component set that are used for HTML-based clients. |
Uses of Tabpanel in org.zkoss.bind.impl |
---|
Methods in org.zkoss.bind.impl with parameters of type Tabpanel | |
---|---|
void |
BindTabboxRenderer.renderTabpanel(Tabpanel item,
java.lang.Object data,
int index)
|
Uses of Tabpanel in org.zkoss.zkmax.zul.impl |
---|
Methods in org.zkoss.zkmax.zul.impl that return Tabpanel | |
---|---|
protected Tabpanel |
TabboxEngineImpl.newUnloadedTabpanel()
Returns the empty tabpanel for model to use. |
Uses of Tabpanel in org.zkoss.zul |
---|
Methods in org.zkoss.zul that return Tabpanel | |
---|---|
Tabpanel |
Tab.getLinkedPanel()
Returns the panel associated with this tab. |
Tabpanel |
Tabbox.getSelectedPanel()
Returns the selected tab panel. |
Methods in org.zkoss.zul with parameters of type Tabpanel | |
---|---|
void |
TabboxRenderer.renderTabpanel(Tabpanel tabpanel,
T data,
int index)
Renders the data to the specified tabpanel. |
void |
Tabbox.setSelectedPanel(Tabpanel panel)
Sets the selected tab panel. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |