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 |
BindRowRenderer
Row renderer for binding.
|
Modifier and Type | Method and Description |
---|---|
<T> RowRenderer<T> |
Grid.getRowRenderer()
Returns the renderer to render each row, or null if the default
renderer is used.
|
Modifier and Type | Method and Description |
---|---|
void |
Grid.setRowRenderer(RowRenderer<?> renderer)
Sets the renderer which is used to render each row
if
Grid.getModel() is not null. |
Copyright © 2005-2018 Potix Corporation. All Rights Reserved.