Uses of Class
org.zkoss.zul.Grid

Packages that use Grid
org.zkoss.bind.converter.sys System Converter for ZK Bind 
org.zkoss.zul ZUL component set that are used for HTML-based clients. 
 

Uses of Grid in org.zkoss.bind.converter.sys
 

Methods in org.zkoss.bind.converter.sys with parameters of type Grid
protected  ListModel<?> GridModelConverter.getComponentModel(Grid comp)
           
 

Uses of Grid in org.zkoss.zul
 

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

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 © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo