All Implemented Interfaces:
IDynamicComponent, IExtendedTable, ITableRowStateHolder, Serializable, EventListener, ClientBehaviorHolder, NamingContainer, PartialStateHolder, StateHolder, TransientStateHolder, UniqueIdVendor, ComponentSystemEventListener, FacesListener, SystemEventListenerHolder

public class Chart extends DataTable
See Also:
  • Field Details

  • Constructor Details

    • Chart

      public Chart()
  • Method Details

    • getRendersChildren

      public boolean getRendersChildren()
      Overrides:
      getRendersChildren in class UIComponentBase
    • getFamily

      public String getFamily()
      Overrides:
      getFamily in class UIData
    • getRows

      public int getRows()
      Description copied from class: DataTable

      Return the number of rows to be displayed, or zero for all remaining rows in the table. The default value of this property is zero.

      Overrides:
      getRows in class DataTable
    • getWidth

      public String getWidth()
      Overrides:
      getWidth in class HtmlDataTable
    • setWidth

      public void setWidth(String width)
      Overrides:
      setWidth in class HtmlDataTable
    • getHeight

      public String getHeight()
    • setHeight

      public void setHeight(String height)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getSeries

      public String getSeries()
    • setSeries

      public void setSeries(String barSeries)
    • getColor

      public String getColor()
    • setColor

      public void setColor(String color)
    • getPadding

      public String getPadding()
    • setPadding

      public void setPadding(String padding)
    • isShowLegend

      public boolean isShowLegend()
    • setShowLegend

      public void setShowLegend(boolean showLegend)
    • getNumberofGridLines

      public String getNumberofGridLines()
    • setNumberofGridLines

      public void setNumberofGridLines(String numberofGridLines)
    • getGridStyle

      public String getGridStyle()
    • setGridStyle

      public void setGridStyle(String gridStyle)
    • getLegendStyleClass

      public String getLegendStyleClass()
    • setLegendStyleClass

      public void setLegendStyleClass(String legendStyleClass)
    • getGridColor

      public String getGridColor()
    • setGridColor

      public void setGridColor(String gridColor)
    • getBarWidth

      public String getBarWidth()
    • setBarWidth

      public void setBarWidth(String barWidth)
    • getBarPadding

      public String getBarPadding()
    • setBarPadding

      public void setBarPadding(String barPadding)
    • getLegendLocation

      public String getLegendLocation()
    • setLegendLocation

      public void setLegendLocation(String legendLocation)
    • getRowColors

      public Object getRowColors()
    • setRowColors

      public void setRowColors(Object colors)