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 voidBindRowRenderer. 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 IRowIRowCtrl. from(Row instance) -
Uses of Row in org.zkoss.zul
Subclasses of Row in org.zkoss.zul Modifier and Type Class Description classGroupAdds the ability for single level grouping to the Grid.classGroupfootGroupfoot serves as a summary row of group.Methods in org.zkoss.zul that return Row Modifier and Type Method Description RowRowRendererExt. newRow(Grid grid)Creates an instance ofRowthat 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 allRoware grouped by this group.Methods in org.zkoss.zul with parameters of type Row Modifier and Type Method Description ComponentRowRendererExt. newCell(Row row)Create a component that will be attached to the unloaded row.voidRowRenderer. render(Row row, T data, int index)Renders the data to the specified row.voidGrid. renderRow(Row row)Renders the specifiedRowif not loaded yet, withGrid.getRowRenderer().Method parameters in org.zkoss.zul with type arguments of type Row Modifier and Type Method Description voidGrid. renderItems(java.util.Set<? extends Row> rows)voidGrid. renderRows(java.util.Set<? extends Row> rows)Renders a set of specified rows.
-