Uses of Interface
org.wicketstuff.gchart.ChartLibLoader
-
Packages that use ChartLibLoader Package Description org.wicketstuff.gchart -
-
Uses of ChartLibLoader in org.wicketstuff.gchart
Classes in org.wicketstuff.gchart that implement ChartLibLoader Modifier and Type Class Description classChartLibLoaderBehaviorBehavior to bundle the Google chart lib loading and package declaration for multiple charts on one page.Methods in org.wicketstuff.gchart that return ChartLibLoader Modifier and Type Method Description ChartLibLoaderChart. getLoader()Constructors in org.wicketstuff.gchart with parameters of type ChartLibLoader Constructor Description Chart(String id, IModel<ChartType> typeModel, IModel<ChartOptions> optionModel, IModel<DataTable> dataModel, ChartLibLoader loader)Complete Constructor.
-