Uses of Class
org.zkoss.zul.Row

Packages that use Row
org.zkoss.zul ZUL component set that are used for HTML-based clients. 
org.zkoss.zul.fn A collections of functions used in EL expressions (implementation only). 
 

Uses of Row in org.zkoss.zul
 

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
 org.zkoss.zk.ui.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().
 

Uses of Row in org.zkoss.zul.fn
 

Methods in org.zkoss.zul.fn with parameters of type Row
static java.lang.String ZulFns.getColAttrs(Row row, int index)
          Returns the column attribute of a child of a row by specifying the index.
 



Copyright © 2005-2007 Potix Corporation. All Rights Reserved.