@Named
@RequestScoped
public class BasicGChartController
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
BasicGChartController() |
| Modifier and Type | Method and Description |
|---|---|
void |
generateModel() |
GChartModel |
getChart() |
GChartType |
getChartType() |
int |
getMushrooms() |
int |
getOnions() |
java.util.List<GChartType> |
getTypes() |
void |
onSelect(org.primefaces.event.SelectEvent event) |
void |
setChartType(GChartType chartType) |
void |
setMushrooms(int mushrooms) |
void |
setOnions(int onions) |
public GChartModel getChart()
@PostConstruct public void generateModel()
public void onSelect(org.primefaces.event.SelectEvent event)
public int getMushrooms()
public void setMushrooms(int mushrooms)
public int getOnions()
public void setOnions(int onions)
public GChartType getChartType()
public void setChartType(GChartType chartType)
public java.util.List<GChartType> getTypes()
Copyright © 2011–2021. All rights reserved.