|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.infragistics.faces.shared.component.ModelComponent
com.infragistics.faces.chart.component.SeriesGroup
Defines a series grouping used to visually compose data series.
| Constructor Summary | |
SeriesGroup()
|
|
| Method Summary | |
java.util.List |
getAxes()
Returns the collection of Axis objects applied to all nested series. |
java.lang.String |
getChartType()
Returns the chart type for nested series. |
java.lang.String |
getDataMapping()
Returns the data mapping used to convert the external data model to internal names. |
javax.faces.model.DataModel |
getDataSource()
Returns the data source used to create the individual data points for this series. |
java.lang.String |
getGroupType()
Returns the grouping type applied to nested series. |
java.util.List |
getSeries()
Returns the collection of nested series and series groups. |
void |
setAxes(java.util.List axes)
Sets the collection of Axis objects applied to all nested series. |
void |
setChartType(java.lang.String chartType)
Sets the chart type for nested series. |
void |
setDataMapping(java.lang.String dataMapping)
Sets the data mapping used to convert the external data model to internal names. |
void |
setDataSource(javax.faces.model.DataModel dataSource)
Sets the data source used to create the individual data points for this series. |
void |
setGroupType(java.lang.String groupType)
Sets the grouping type applied to nested series. |
void |
setSeries(java.util.List series)
Sets the collection of nested series and series groups. |
| Methods inherited from class com.infragistics.faces.shared.component.ModelComponent |
getParent, getValueBinding, setParent, setValueBinding |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SeriesGroup()
| Method Detail |
public java.util.List getAxes()
getAxes in interface ISeriesBasepublic java.lang.String getChartType()
getChartType in interface ISeriesBasepublic java.lang.String getGroupType()
getGroupType in interface ISeriesGrouppublic java.util.List getSeries()
getSeries in interface ISeriesGrouppublic void setAxes(java.util.List axes)
setAxes in interface ISeriesBaseaxes - java.util.Listpublic void setChartType(java.lang.String chartType)
setChartType in interface ISeriesBasechartType - String (area, column, doughnut, line, pie, rangeArea, rangeColumn)public void setDataMapping(java.lang.String dataMapping)
setDataMapping in interface ISeriesBasedataMapping - Stringpublic javax.faces.model.DataModel getDataSource()
getDataSource in interface ISeriesBasepublic void setDataSource(javax.faces.model.DataModel dataSource)
setDataSource in interface ISeriesBasedataSource - DataModelpublic java.lang.String getDataMapping()
getDataMapping in interface ISeriesBasepublic void setGroupType(java.lang.String groupType)
setGroupType in interface ISeriesGroupgroupType - String (cluster, overlay, stack, stack100)public void setSeries(java.util.List series)
setSeries in interface ISeriesGroupseries - java.util.List
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||