Uses of Class
org.zkoss.zul.Grid

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

Uses of Grid in org.zkoss.zul
 

Methods in org.zkoss.zul that return Grid
 Grid Row.getGrid()
          Returns the grid that contains this row.
 Grid Footer.getGrid()
          Returns the grid that this belongs to.
 Grid Column.getGrid()
          Returns the grid that contains this column.
 Grid Rows.getGrid()
          Returns the grid that contains this rows.
 Grid Columns.getGrid()
          Returns the grid that it belongs to.
 Grid Foot.getGrid()
          Returns the grid that it belongs to.
 

Methods in org.zkoss.zul with parameters of type Grid
 Group GroupRendererExt.newGroup(Grid grid)
          Creates an instance of Group for rendering.
 Groupfoot GroupRendererExt.newGroupfoot(Grid grid)
          Creates an instance of Groupfoot for rendering.
 Row RowRendererExt.newRow(Grid grid)
          Creates an instance of Row that will be attached to grid.
 



Copyright © 2012. All Rights Reserved.