Uses of Class
org.wicketstuff.jqplot.lib.elements.Grid
-
Packages that use Grid Package Description org.wicketstuff.jqplot.lib -
-
Uses of Grid in org.wicketstuff.jqplot.lib
Methods in org.wicketstuff.jqplot.lib that return Grid Modifier and Type Method Description Grid<T>ChartConfiguration. getGrid()Gets the grid.Grid<T>ChartConfiguration. gridInstance()Instantiates the grid.Methods in org.wicketstuff.jqplot.lib with parameters of type Grid Modifier and Type Method Description ChartConfiguration<T>ChartConfiguration. setGrid(Grid<T> grid)Sets the grid.
-