Uses of Class
org.zkoss.zul.Row

Packages that use Row
org.zkoss.zul ZUL component set that are used for HTML-based clients. 
 

Uses of Row in org.zkoss.zul
 

Subclasses of Row in org.zkoss.zul
 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
 Row RowRendererExt.newRow(Grid grid)
          Creates an instance of Row that will be attached to grid.
 

Methods in org.zkoss.zul that return types with arguments of type Row
 List<Row> Group.getItems()
          Returns a list of all Row are grouped by this group.
 

Methods in org.zkoss.zul with parameters of type Row
 org.zkoss.zk.ui.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().
 

Method parameters in org.zkoss.zul with type arguments of type Row
 void Grid.renderItems(Set<? extends Row> rows)
           
 void Grid.renderRows(Set<? extends Row> rows)
          Renders a set of specified rows.
 



Copyright © 2013. All rights reserved.