Package | Description |
---|---|
org.zkoss.bind.converter.sys |
System Converter for ZK Bind
|
org.zkoss.zul |
ZUL component set that are used for HTML-based clients.
|
Modifier and Type | Method and Description |
---|---|
protected ListModel<?> |
GridModelConverter.getComponentModel(Grid comp) |
Modifier and Type | Method and Description |
---|---|
Grid |
Rows.getGrid()
Returns the grid that contains this rows.
|
Grid |
Row.getGrid()
Returns the grid that contains this row.
|
Grid |
Footer.getGrid()
Returns the grid that this belongs to.
|
Grid |
Foot.getGrid()
Returns the grid that it belongs to.
|
Grid |
Columns.getGrid()
Returns the grid that it belongs to.
|
Grid |
Column.getGrid()
Returns the grid that contains this column.
|
Modifier and Type | Method and Description |
---|---|
Group |
GroupRendererExt.newGroup(Grid grid)
Creates an instance of
Group for rendering. |
Groupfoot |
GroupRendererExt.newGroupfoot(Grid grid)
Creates an instance of
Groupfoot for rendering. |
Row |
RowRendererExt.newRow(Grid grid)
Creates an instance of
Row that will be attached to grid. |
Copyright © 2005-2021 Potix Corporation. All Rights Reserved.