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 | Method and Description |
---|---|
void |
BindRowRenderer.render(Row row,
java.lang.Object data,
int index) |
Modifier and Type | Class and Description |
---|---|
class |
Group
Adds the ability for single level grouping to the Grid.
|
class |
Groupfoot
Groupfoot serves as a summary row of group.
|
Modifier and Type | Method and Description |
---|---|
Row |
RowRendererExt.newRow(Grid grid)
Creates an instance of
Row that will be attached to grid. |
Modifier and Type | Method and Description |
---|---|
java.util.List<Row> |
Group.getItems()
Returns a list of all
Row are grouped by this group. |
Modifier and Type | Method and Description |
---|---|
Component |
RowRendererExt.newCell(Row row)
Create a component that will be attached to the unloaded row.
|
void |
RowRenderer.render(Row row,
T data,
int index)
Renders the data to the specified row.
|
void |
Grid.renderRow(Row row)
Renders the specified
Row if not loaded yet,
with Grid.getRowRenderer() . |
Modifier and Type | Method and Description |
---|---|
void |
Grid.renderItems(java.util.Set<? extends Row> rows) |
void |
Grid.renderRows(java.util.Set<? extends Row> rows)
Renders a set of specified rows.
|
Copyright © 2005-2021 Potix Corporation. All Rights Reserved.