Uses of Class
org.zkoss.zul.Grid
-
Packages that use Grid Package Description org.zkoss.bind.converter.sys org.zkoss.stateless.sul org.zkoss.zul -
-
Uses of Grid in org.zkoss.bind.converter.sys
Methods in org.zkoss.bind.converter.sys with parameters of type Grid Modifier and Type Method Description protected ListModel<?>GridModelConverter. getComponentModel(Grid comp) -
Uses of Grid in org.zkoss.stateless.sul
Methods in org.zkoss.stateless.sul with parameters of type Grid Modifier and Type Method Description static IGridIGridCtrl. from(Grid instance) -
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.
-