com.infragistics.faces.chart.taglib.html
Class SeriesGroupTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
com.infragistics.faces.shared.taglib.ModelComponentTag
com.infragistics.faces.chart.taglib.html.SeriesGroupTag
- All Implemented Interfaces:
- javax.servlet.jsp.tagext.IterationTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag
- public class SeriesGroupTag
- extends ModelComponentTag
JSP Tags For The seriesGroup Component.
Defines a series grouping used to visually compose data series.
Use
To use the component in a JSP page, declare the taglib:
<%@ taglib prefix="ig" uri="http://www.infragistics.com/faces/netadvantage" %>
and instantiate:
<ig:seriesGroup >
Attributes
| Name | Type | Default | Description |
| chartType | ChartType | "" | The chart type for nested series. |
| dataMapping | String | "null" | The data mapping used to convert the external data model to internal names. |
| dataSource | DataModel | "null" | The data source used to create the individual data points for this series. |
| groupType | SeriesGroupType | "SeriesGroupType.OVERLAY" | The grouping type applied to nested series. |
- See Also:
- Serialized Form
| Fields inherited from interface javax.servlet.jsp.tagext.IterationTag |
EVAL_BODY_AGAIN |
| Fields inherited from interface javax.servlet.jsp.tagext.Tag |
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
| Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
doAfterBody, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SeriesGroupTag
public SeriesGroupTag()
Constructor
release
public void release()
- Specified by:
release in interface javax.servlet.jsp.tagext.Tag- Overrides:
release in class ModelComponentTag
setChartType
public void setChartType(java.lang.String newValue)
setDataMapping
public void setDataMapping(java.lang.String newValue)
setDataSource
public void setDataSource(java.lang.String newValue)
setGroupType
public void setGroupType(java.lang.String newValue)
getNewInstance
public java.lang.Object getNewInstance()
- Description copied from class:
ModelComponentTag
- This method must be implemented by subclasses and return an instance
of a CompositeProperty
- Specified by:
getNewInstance in class ModelComponentTag
- Returns: