Uses of Class
org.zkoss.zul.Grid
-
Packages that use Grid Package Description org.zkoss.zul -
-
Uses of Grid in org.zkoss.zul
Methods in org.zkoss.zul that return Grid Modifier and Type Method Description GridColumn. getGrid()Returns the grid that contains this column.GridColumns. getGrid()Returns the grid that it belongs to.GridFoot. getGrid()Returns the grid that it belongs to.GridFooter. getGrid()Returns the grid that this belongs to.GridRow. getGrid()Returns the grid that contains this row.GridRows. getGrid()Returns the grid that contains this rows.Methods in org.zkoss.zul with parameters of type Grid Modifier and Type Method Description GroupGroupRendererExt. newGroup(Grid grid)Creates an instance ofGroupfor rendering.GroupfootGroupRendererExt. newGroupfoot(Grid grid)Creates an instance ofGroupfootfor rendering.RowRowRendererExt. newRow(Grid grid)Creates an instance ofRowthat will be attached to grid.
-