Class ChartModel

java.lang.Object
org.primefaces.model.charts.ChartModel
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BarChartModel, BubbleChartModel, DonutChartModel, LineChartModel, PieChartModel, PolarAreaChartModel, RadarChartModel

@Deprecated(since="14.0.0", forRemoval=true) public abstract class ChartModel extends Object implements Serializable
Deprecated, for removal: This API element is subject to removal in a future version.
please use new p:chart component
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    abstract ChartData
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    abstract Object
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    abstract String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setExtender(String extender)
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ChartModel

      public ChartModel()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getExtender

      public String getExtender()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setExtender

      public void setExtender(String extender)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getType

      public abstract String getType()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getData

      public abstract ChartData getData()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getOptions

      public abstract Object getOptions()
      Deprecated, for removal: This API element is subject to removal in a future version.