Uses of Class
org.zkoss.zul.Row
-
Packages that use Row Package Description org.zkoss.bind.impl org.zkoss.stateless.sul org.zkoss.zul -
-
Uses of Row in org.zkoss.bind.impl
Methods in org.zkoss.bind.impl with parameters of type Row Modifier and Type Method Description void
BindRowRenderer. render(Row row, java.lang.Object data, int index)
-
Uses of Row in org.zkoss.stateless.sul
Methods in org.zkoss.stateless.sul with parameters of type Row Modifier and Type Method Description static IRow
IRowCtrl. from(Row instance)
-
Uses of Row in org.zkoss.zul
Subclasses of Row in org.zkoss.zul Modifier and Type Class Description class
Group
Adds the ability for single level grouping to the Grid.class
Groupfoot
Groupfoot serves as a summary row of group.Methods in org.zkoss.zul that return Row Modifier and Type Method Description Row
RowRendererExt. newRow(Grid grid)
Creates an instance ofRow
that will be attached to grid.Methods in org.zkoss.zul that return types with arguments of type Row Modifier and Type Method Description java.util.List<Row>
Group. getItems()
Returns a list of allRow
are grouped by this group.Methods in org.zkoss.zul with parameters of type Row Modifier and Type Method 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 specifiedRow
if not loaded yet, withGrid.getRowRenderer()
.Method parameters in org.zkoss.zul with type arguments of type Row Modifier and Type Method 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.
-