Uses of Class
org.primefaces.model.charts.ChartData
-
-
Uses of ChartData in org.primefaces.component.charts
Methods in org.primefaces.component.charts with parameters of type ChartData Modifier and Type Method Description protected voidChartRenderer. encodeData(javax.faces.context.FacesContext context, ChartData data) -
Uses of ChartData in org.primefaces.model.charts
Methods in org.primefaces.model.charts that return ChartData Modifier and Type Method Description abstract ChartDataChartModel. getData() -
Uses of ChartData in org.primefaces.model.charts.bar
Methods in org.primefaces.model.charts.bar that return ChartData Modifier and Type Method Description ChartDataBarChartModel. getData()Gets the data to create dataSetsMethods in org.primefaces.model.charts.bar with parameters of type ChartData Modifier and Type Method Description voidBarChartModel. setData(ChartData data)Sets the data to create dataSetsConstructors in org.primefaces.model.charts.bar with parameters of type ChartData Constructor Description BarChartModel(ChartData data, BarChartOptions options) -
Uses of ChartData in org.primefaces.model.charts.bubble
Methods in org.primefaces.model.charts.bubble that return ChartData Modifier and Type Method Description ChartDataBubbleChartModel. getData()Gets the data to create dataSetsMethods in org.primefaces.model.charts.bubble with parameters of type ChartData Modifier and Type Method Description voidBubbleChartModel. setData(ChartData data)Sets the data to create dataSetsConstructors in org.primefaces.model.charts.bubble with parameters of type ChartData Constructor Description BubbleChartModel(ChartData data, BubbleChartOptions options) -
Uses of ChartData in org.primefaces.model.charts.donut
Methods in org.primefaces.model.charts.donut that return ChartData Modifier and Type Method Description ChartDataDonutChartModel. getData()Gets the data to create dataSetsMethods in org.primefaces.model.charts.donut with parameters of type ChartData Modifier and Type Method Description voidDonutChartModel. setData(ChartData data)Sets the data to create dataSetsConstructors in org.primefaces.model.charts.donut with parameters of type ChartData Constructor Description DonutChartModel(ChartData data, DonutChartOptions options) -
Uses of ChartData in org.primefaces.model.charts.line
Methods in org.primefaces.model.charts.line that return ChartData Modifier and Type Method Description ChartDataLineChartModel. getData()Gets the data to create dataSetsMethods in org.primefaces.model.charts.line with parameters of type ChartData Modifier and Type Method Description voidLineChartModel. setData(ChartData data)Sets the data to create dataSetsConstructors in org.primefaces.model.charts.line with parameters of type ChartData Constructor Description LineChartModel(ChartData data, LineChartOptions options) -
Uses of ChartData in org.primefaces.model.charts.pie
Methods in org.primefaces.model.charts.pie that return ChartData Modifier and Type Method Description ChartDataPieChartModel. getData()Gets the data to create dataSetsMethods in org.primefaces.model.charts.pie with parameters of type ChartData Modifier and Type Method Description voidPieChartModel. setData(ChartData data)Sets the data to create dataSetsConstructors in org.primefaces.model.charts.pie with parameters of type ChartData Constructor Description PieChartModel(ChartData data, PieChartOptions options) -
Uses of ChartData in org.primefaces.model.charts.polar
Methods in org.primefaces.model.charts.polar that return ChartData Modifier and Type Method Description ChartDataPolarAreaChartModel. getData()Gets the data to create dataSetsMethods in org.primefaces.model.charts.polar with parameters of type ChartData Modifier and Type Method Description voidPolarAreaChartModel. setData(ChartData data)Sets the data to create dataSetsConstructors in org.primefaces.model.charts.polar with parameters of type ChartData Constructor Description PolarAreaChartModel(ChartData data, PolarAreaChartOptions options) -
Uses of ChartData in org.primefaces.model.charts.radar
Methods in org.primefaces.model.charts.radar that return ChartData Modifier and Type Method Description ChartDataRadarChartModel. getData()Gets the data to create dataSetsMethods in org.primefaces.model.charts.radar with parameters of type ChartData Modifier and Type Method Description voidRadarChartModel. setData(ChartData data)Sets the data to create dataSetsConstructors in org.primefaces.model.charts.radar with parameters of type ChartData Constructor Description RadarChartModel(ChartData data, RadarChartOptions options)
-