Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
BindTabboxRenderer.renderTabpanel(Tabpanel item,
java.lang.Object data,
int index) |
Modifier and Type | Method and Description |
---|---|
protected Tabpanel |
TabboxEngineImpl.newUnloadedTabpanel()
Returns the empty tabpanel for model to use.
|
Modifier and Type | Method and Description |
---|---|
Tabpanel |
Tab.getLinkedPanel()
Returns the panel associated with this tab.
|
Tabpanel |
Tabbox.getSelectedPanel()
Returns the selected tab panel.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2005-2021 Potix Corporation. All Rights Reserved.