Package | Description |
---|---|
org.zkoss.bind.impl |
Core Implementation for ZK Bind
|
org.zkoss.zul |
ZUL component set that are used for HTML-based clients.
|
Modifier and Type | Class and Description |
---|---|
class |
BindTabboxRenderer |
Modifier and Type | Method and Description |
---|---|
<T> TabboxRenderer<T> |
Tabbox.getTabboxRenderer()
Returns the renderer to render each tab and tabpanel, or null if the default renderer
is used.
|
Modifier and Type | Method and Description |
---|---|
void |
Tabbox.setTabboxRenderer(TabboxRenderer<?> renderer)
Sets the renderer which is used to render each tab and tabpanel if
Tabbox.getModel()
is not null. |
Copyright © 2005-2018 Potix Corporation. All Rights Reserved.