Uses of Interface
org.wicketstuff.gchart.Jsonable
-
Packages that use Jsonable Package Description org.wicketstuff.gchart org.wicketstuff.gchart.gchart.options -
-
Uses of Jsonable in org.wicketstuff.gchart
Classes in org.wicketstuff.gchart that implement Jsonable Modifier and Type Class Description classChartAbstraction of Google charts for wicket.classColumnDeclarationAbstraction of a data column defintion.classDataCellCell object for data values with more features.classDataRowModelling one row of data as List.classDataTableAbstraction of a datatable. -
Uses of Jsonable in org.wicketstuff.gchart.gchart.options
Classes in org.wicketstuff.gchart.gchart.options that implement Jsonable Modifier and Type Class Description classChartOptionsSpecialization ofHashMap<String, Object>to hold chart options and generate JSON to represent them.
-