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 for rendering.
 

Methods in org.zkoss.zul with parameters of type Row
 Component RowRendererExt.newCell(Row row)
          Create a component as the first cell of the row.
 void RowRenderer.render(Row row, java.lang.Object data)
          Renders the data to the specified row.
 void Grid.renderRow(Row row)
          Renders the specified Row if not loaded yet, with Grid.getRowRenderer().
 



Copyright © 2005-2009 Potix Corporation. All Rights Reserved. SourceForge.net Logo