|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.faces.component.UIComponent
javax.faces.component.UIComponentBase
com.infragistics.faces.chart.component.Chart
Chart components represent a top-level user chart.
Individual chart components may contain nested legends, captions, series, series groups or chart components.
| Field Summary | |
static java.lang.String |
COMPONENT_FAMILY
|
static java.lang.String |
COMPONENT_TYPE
|
static java.lang.String |
RENDERER_TYPE
|
| Constructor Summary | |
Chart()
|
|
| Method Summary | |
void |
broadcast(javax.faces.event.FacesEvent event)
|
void |
dataBind(javax.faces.context.FacesContext context)
|
void |
encodeBegin(javax.faces.context.FacesContext context)
|
java.util.List |
getAxes()
Returns the collection of nested axis objects associated with this chart. |
Caption |
getCaption()
Returns the nested caption object associated with this chart. |
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.el.MethodBinding |
getDataPointListener()
Returns the MethodBinding representing a DataPointListener method that is notified of a DataPointEvent each time a datapoint or series is clicked by the user |
javax.faces.model.DataModel |
getDataSource()
Returns the data source used to create the individual data points for this series. |
java.lang.String |
getFamily()
|
java.lang.String |
getGroupType()
Returns the grouping type applied to nested series. |
Legend |
getLegend()
Returns the nested legend component associated with this chart. |
java.util.List |
getLights()
Returns the collection of nested light components associated with this chart. |
java.lang.String |
getPaneStyle()
Returns the CSS style applied to the chart background when this chart is rendered. |
java.lang.String |
getPaneStyleClass()
Returns the CSS style class applied to the chart background when this chart is rendered. |
float |
getPerspective()
Returns the perspective (0.0 to 1.0) used to render three dimensional charts. |
java.lang.String |
getProjectionType()
Returns the projectionType for this chart. |
java.lang.String |
getRotation()
Returns the rotation used to render three dimensional charts. |
java.util.List |
getSeries()
Returns the collection of nested series and series groups associated with this chart. |
java.lang.String |
getStyle()
Returns the CSS style applied when this chart is rendered. |
java.lang.String |
getStyleClass()
Returns the CSS style class applied when this chart is rendered. |
boolean |
hasPerspective()
Returns true if this chart defines a perspective setting. |
boolean |
isAutoLayout()
Returns the layout mode for child legends, captions and nested charts. |
void |
restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
|
java.lang.Object |
saveState(javax.faces.context.FacesContext context)
|
void |
setAutoLayout(boolean autoLayout)
Sets the layout mode for child legends, captions and nested charts. |
void |
setAxes(java.util.List axes)
Sets the collection of Axis objects applied to all nested series. |
void |
setCaption(Caption caption)
Sets the nested caption object associated with this chart. |
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 |
setDataPointListener(javax.faces.el.MethodBinding dataPointListener)
Sets the MethodBinding that represents a DataPointListener method that is notified of a DataPointEvent each time a datapoint or series is clicked by the user. |
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 |
setLegend(Legend legend)
Sets the legend component associated with this chart. |
void |
setLights(java.util.List lights)
Sets the collection of nested light components. |
void |
setPaneStyle(java.lang.String paneStyle)
Sets the CSS style applied to the chart background when this chart is rendered. |
void |
setPaneStyleClass(java.lang.String paneStyleClass)
Sets the CSS style class applied to the chart background when this chart is rendered. |
void |
setPerspective(float perspective)
Sets the perspective (0.0 to 1.0) used to render three dimensional charts. |
void |
setProjectionType(java.lang.String projectionType)
Sets the projectionType for this chart. |
void |
setRotation(java.lang.String rotation)
Sets the rotation used to render three dimensional charts. |
void |
setSeries(java.util.List series)
Sets the collection of nested series and series groups. |
void |
setStyle(java.lang.String style)
Sets the CSS style applied when this chart is rendered. |
void |
setStyleClass(java.lang.String styleClass)
Sets the CSS style class applied when this chart is rendered. |
| Methods inherited from class javax.faces.component.UIComponentBase |
decode, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRendererType, getRendersChildren, getValueBinding, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static java.lang.String COMPONENT_FAMILY
public static java.lang.String COMPONENT_TYPE
public static java.lang.String RENDERER_TYPE
| Constructor Detail |
public Chart()
| Method Detail |
public java.lang.String getPaneStyle()
public java.lang.String getPaneStyleClass()
public void setPaneStyle(java.lang.String paneStyle)
paneStyle - Stringpublic void setPaneStyleClass(java.lang.String paneStyleClass)
paneStyleClass - Stringpublic java.lang.String getFamily()
public boolean isAutoLayout()
public java.util.List getAxes()
getAxes in interface ISeriesBasepublic Caption getCaption()
public java.lang.String getChartType()
getChartType in interface ISeriesBasepublic java.lang.String getGroupType()
getGroupType in interface ISeriesGrouppublic javax.faces.el.MethodBinding getDataPointListener()
public javax.faces.model.DataModel getDataSource()
getDataSource in interface ISeriesBasepublic java.lang.String getDataMapping()
getDataMapping in interface ISeriesBasepublic Legend getLegend()
public java.util.List getLights()
public boolean hasPerspective()
public float getPerspective()
public java.lang.String getProjectionType()
public java.lang.String getRotation()
public java.util.List getSeries()
getSeries in interface ISeriesGrouppublic java.lang.String getStyle()
public java.lang.String getStyleClass()
public void setAutoLayout(boolean autoLayout)
autoLayout - booleanpublic void setAxes(java.util.List axes)
setAxes in interface ISeriesBaseaxes - java.util.Listpublic void setCaption(Caption caption)
caption - Captionpublic 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 void setDataPointListener(javax.faces.el.MethodBinding dataPointListener)
dataPointListener - MethodBindingpublic void setDataSource(javax.faces.model.DataModel dataSource)
setDataSource in interface ISeriesBasedataSource - DataModelpublic void setGroupType(java.lang.String groupType)
setGroupType in interface ISeriesGroupgroupType - String (cluster, overlay, stack, stack100)public void setLegend(Legend legend)
legend - Legendpublic void setLights(java.util.List lights)
lights - java.util.Listpublic void setPerspective(float perspective)
perspective - floatpublic void setProjectionType(java.lang.String projectionType)
projectionType - String (oblique, 3d, 2d)public void setRotation(java.lang.String rotation)
rotation - Stringpublic void setSeries(java.util.List series)
setSeries in interface ISeriesGroupseries - java.util.Listpublic void setStyle(java.lang.String style)
style - Stringpublic void setStyleClass(java.lang.String styleClass)
styleClass - String
public void restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
restoreState in interface javax.faces.component.StateHolderpublic java.lang.Object saveState(javax.faces.context.FacesContext context)
saveState in interface javax.faces.component.StateHolder
public void broadcast(javax.faces.event.FacesEvent event)
throws javax.faces.event.AbortProcessingException
javax.faces.event.AbortProcessingExceptionpublic void dataBind(javax.faces.context.FacesContext context)
context -
public void encodeBegin(javax.faces.context.FacesContext context)
throws java.io.IOException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||