Uses of Class
org.wicketstuff.gchart.ChartType
-
Packages that use ChartType Package Description org.wicketstuff.gchart -
-
Uses of ChartType in org.wicketstuff.gchart
Methods in org.wicketstuff.gchart that return ChartType Modifier and Type Method Description static ChartTypeChartType. valueOf(String name)Returns the enum constant of this type with the specified name.static ChartType[]ChartType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.wicketstuff.gchart that return types with arguments of type ChartType Modifier and Type Method Description IModel<ChartType>Chart. getTypeModel()Method parameters in org.wicketstuff.gchart with type arguments of type ChartType Modifier and Type Method Description voidChart. setTypeModel(IModel<ChartType> typeModel)Constructor parameters in org.wicketstuff.gchart with type arguments of type ChartType Constructor Description Chart(String id, IModel<ChartType> typeModel, IModel<ChartOptions> optionModel, IModel<DataTable> dataModel)Complete Constructor.Chart(String id, IModel<ChartType> typeModel, IModel<ChartOptions> optionModel, IModel<DataTable> dataModel, ChartLibLoader loader)Complete Constructor.
-