Class StandardChartWidgetComponent<T extends AbstractChartItem>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.List<T> items  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addItem​(T item)  
      • Methods inherited from class java.lang.Object

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

      • StandardChartWidgetComponent

        public StandardChartWidgetComponent​(java.util.List<T> items)
    • Method Detail

      • addItem

        public void addItem​(T item)