Uses of Class
org.primefaces.extensions.component.gchart.model.GChartType
-
Packages that use GChartType Package Description org.primefaces.extensions.component.gchart.model -
-
Uses of GChartType in org.primefaces.extensions.component.gchart.model
Methods in org.primefaces.extensions.component.gchart.model that return GChartType Modifier and Type Method Description GChartTypeGChartModel. getChartType()static GChartTypeGChartType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static GChartType[]GChartType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.primefaces.extensions.component.gchart.model with parameters of type GChartType Modifier and Type Method Description GChartModelBuilderGChartModelBuilder. setChartType(GChartType chartType)
-