Class DefaultGChartModelRow
- java.lang.Object
-
- org.primefaces.extensions.component.gchart.model.DefaultGChartModelRow
-
- All Implemented Interfaces:
java.io.Serializable,GChartModelRow
public class DefaultGChartModelRow extends java.lang.Object implements GChartModelRow
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DefaultGChartModelRow(java.lang.String label, java.util.Collection<java.lang.Object> values)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetLabel()java.util.Collection<java.lang.Object>getValues()
-
-
-
Method Detail
-
getLabel
public java.lang.String getLabel()
- Specified by:
getLabelin interfaceGChartModelRow
-
getValues
public java.util.Collection<java.lang.Object> getValues()
- Specified by:
getValuesin interfaceGChartModelRow
-
-