|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Tab | |
---|---|
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 Tab in org.zkoss.bind.impl |
---|
Methods in org.zkoss.bind.impl with parameters of type Tab | |
---|---|
void |
BindTabboxRenderer.renderTab(Tab item,
java.lang.Object data,
int index)
|
Uses of Tab in org.zkoss.zkmax.zul.impl |
---|
Methods in org.zkoss.zkmax.zul.impl that return Tab | |
---|---|
protected Tab |
TabboxEngineImpl.newUnloadedTab()
Returns the empty tab for model to use. |
Uses of Tab in org.zkoss.zul |
---|
Methods in org.zkoss.zul that return Tab | |
---|---|
Tab |
Tabpanel.getLinkedTab()
Returns the tab associated with this tab panel. |
Tab |
Tabbox.getSelectedTab()
Returns the selected tab. |
Methods in org.zkoss.zul with parameters of type Tab | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |