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 IGrid
IGridCtrl. from(Grid instance)
-
Uses of Grid in org.zkoss.zul
Methods in org.zkoss.zul that return Grid Modifier and Type Method Description Grid
Column. getGrid()
Returns the grid that contains this column.Grid
Columns. getGrid()
Returns the grid that it belongs to.Grid
Foot. getGrid()
Returns the grid that it belongs to.Grid
Footer. getGrid()
Returns the grid that this belongs to.Grid
Row. getGrid()
Returns the grid that contains this row.Grid
Rows. getGrid()
Returns the grid that contains this rows.Methods in org.zkoss.zul with parameters of type Grid Modifier and Type Method Description Group
GroupRendererExt. newGroup(Grid grid)
Creates an instance ofGroup
for rendering.Groupfoot
GroupRendererExt. newGroupfoot(Grid grid)
Creates an instance ofGroupfoot
for rendering.Row
RowRendererExt. newRow(Grid grid)
Creates an instance ofRow
that will be attached to grid.
-