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.renderTab(Tab item,
java.lang.Object data,
int index) |
Modifier and Type | Method and Description |
---|---|
protected Tab |
TabboxEngineImpl.newUnloadedTab()
Returns the empty tab for model to use.
|
Modifier and Type | Method and Description |
---|---|
Tab |
Tabpanel.getLinkedTab()
Returns the tab associated with this tab panel.
|
Tab |
Tabbox.getSelectedTab()
Returns the selected tab.
|
Modifier and Type | Method and Description |
---|---|
void |
TabboxRenderer.renderTab(Tab tab,
T data,
int index)
Renders the data to the specified tab.
|
void |
Tabbox.setSelectedTab(Tab tab)
Sets the selected tab.
|
Copyright © 2005-2021 Potix Corporation. All Rights Reserved.