|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.component.UIComponent
org.apache.myfaces.trinidad.component.UIXComponent
org.apache.myfaces.trinidad.component.UIXComponentBase
org.apache.myfaces.trinidad.component.UIXChart
org.apache.myfaces.trinidad.component.core.data.CoreChart
public class CoreChart
Type | Phases | Description |
---|---|---|
org.apache.myfaces.trinidad.event.AttributeChangeEvent |
Apply Request Values | Event delivered to describe an attribute change. Attribute change events are not delivered for any programmatic change to a property. They are only delivered when a renderer changes a property without the application's specific request. An example of an attribute change events might include the width of a column that supported client-side resizing. |
Fields inherited from class org.apache.myfaces.trinidad.component.UIXChart |
---|
CHART_DRILL_DOWN_LISTENER_KEY, VALUE_KEY |
Fields inherited from class org.apache.myfaces.trinidad.component.UIXComponentBase |
---|
BINDING_KEY, ID_KEY, RENDERED_KEY, RENDERER_TYPE_KEY, TRANSIENT_KEY |
Fields inherited from class javax.faces.component.UIComponent |
---|
bindings |
Constructor Summary | |
---|---|
|
CoreChart()
Construct an instance of the CoreChart. |
protected |
CoreChart(java.lang.String rendererType)
Construct an instance of the CoreChart. |
Method Summary | |
---|---|
int |
getAnimationDuration()
Gets The duration of the animation for the chart components in milliseconds. |
protected FacesBean.Type |
getBeanType()
|
java.lang.String |
getFamily()
|
java.lang.String |
getInlineStyle()
Gets the CSS styles to use for this component. |
java.lang.String |
getLegendPosition()
Gets Specified the location of the legend. |
int |
getMaxPrecision()
Gets The maximum precision of the numbers displayed on the yAxis(xAxis for horizontal charts). |
java.lang.String[] |
getPartialTriggers()
Gets the IDs of the components that should trigger a partial update. |
java.lang.String |
getShortDesc()
Gets The short description of the component. |
java.lang.String |
getStyleClass()
Gets a CSS style class to use for this component. |
java.lang.String |
getTemplateSource()
Gets Specifies URI for the template document from which the chart elements are cloned. |
java.lang.String |
getType()
Gets The type of chart. |
int |
getXMajorGridLineCount()
Gets This attribute controls the number of vertical major grid lines displayed in the chart. |
int |
getYMajorGridLineCount()
Gets This attribute controls the number of horizontal major grid lines displayed in the chart. |
int |
getYMinorGridLineCount()
Gets This attribute controls the number of minor grid lines displayed within a major grid section. |
boolean |
isGradientsUsed()
Gets Specifies if gradients are used to display chart elements. |
boolean |
isPerspective()
Gets Specifies if the chart is drawn with a perspective (2.5D). |
boolean |
isTooltipsVisible()
Gets Specifies if tooltips are displayed or not. |
void |
setAnimationDuration(int animationDuration)
Sets The duration of the animation for the chart components in milliseconds. |
void |
setGradientsUsed(boolean gradientsUsed)
Sets Specifies if gradients are used to display chart elements. |
void |
setInlineStyle(java.lang.String inlineStyle)
Sets the CSS styles to use for this component. |
void |
setLegendPosition(java.lang.String legendPosition)
Sets Specified the location of the legend. |
void |
setMaxPrecision(int maxPrecision)
Sets The maximum precision of the numbers displayed on the yAxis(xAxis for horizontal charts). |
void |
setPartialTriggers(java.lang.String[] partialTriggers)
Sets the IDs of the components that should trigger a partial update. |
void |
setPerspective(boolean perspective)
Sets Specifies if the chart is drawn with a perspective (2.5D). |
void |
setShortDesc(java.lang.String shortDesc)
Sets The short description of the component. |
void |
setStyleClass(java.lang.String styleClass)
Sets a CSS style class to use for this component. |
void |
setTemplateSource(java.lang.String templateSource)
Sets Specifies URI for the template document from which the chart elements are cloned. |
void |
setTooltipsVisible(boolean tooltipsVisible)
Sets Specifies if tooltips are displayed or not. |
void |
setType(java.lang.String type)
Sets The type of chart. |
void |
setXMajorGridLineCount(int XMajorGridLineCount)
Sets This attribute controls the number of vertical major grid lines displayed in the chart. |
void |
setYMajorGridLineCount(int YMajorGridLineCount)
Sets This attribute controls the number of horizontal major grid lines displayed in the chart. |
void |
setYMinorGridLineCount(int YMinorGridLineCount)
Sets This attribute controls the number of minor grid lines displayed within a major grid section. |
Methods inherited from class org.apache.myfaces.trinidad.component.UIXChart |
---|
addChartDrillDownListener, broadcast, getChartDrillDownListener, getValue, removeChartDrillDownListener, setChartDrillDownListener, setValue |
Methods inherited from class javax.faces.component.UIComponent |
---|
getContainerClientId, invokeOnComponent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String TYPE_VERTICAL_BAR
public static final java.lang.String TYPE_HORIZONTAL_BAR
public static final java.lang.String TYPE_STACKED_VERTICAL_BAR
public static final java.lang.String TYPE_STACKED_HORIZONTAL_BAR
public static final java.lang.String TYPE_PIE
public static final java.lang.String TYPE_AREA
public static final java.lang.String TYPE_STACKED_AREA
public static final java.lang.String TYPE_LINE
public static final java.lang.String TYPE_BAR_LINE
public static final java.lang.String TYPE_XYLINE
public static final java.lang.String TYPE_SCATTER_PLOT
public static final java.lang.String TYPE_RADAR
public static final java.lang.String TYPE_RADAR_AREA
public static final java.lang.String TYPE_FUNNEL
public static final java.lang.String TYPE_CIRCULAR_GAUGE
public static final java.lang.String TYPE_SEMI_CIRCULAR_GAUGE
public static final java.lang.String LEGEND_POSITION_NONE
public static final java.lang.String LEGEND_POSITION_BOTTOM
public static final java.lang.String LEGEND_POSITION_END
public static final java.lang.String LEGEND_POSITION_TOP
public static final java.lang.String LEGEND_POSITION_START
public static final FacesBean.Type TYPE
public static final PropertyKey INLINE_STYLE_KEY
public static final PropertyKey STYLE_CLASS_KEY
public static final PropertyKey SHORT_DESC_KEY
public static final PropertyKey PARTIAL_TRIGGERS_KEY
public static final PropertyKey TYPE_KEY
public static final PropertyKey TEMPLATE_SOURCE_KEY
public static final PropertyKey PERSPECTIVE_KEY
public static final PropertyKey LEGEND_POSITION_KEY
public static final PropertyKey ANIMATION_DURATION_KEY
public static final PropertyKey YMAJOR_GRID_LINE_COUNT_KEY
public static final PropertyKey YMINOR_GRID_LINE_COUNT_KEY
public static final PropertyKey XMAJOR_GRID_LINE_COUNT_KEY
public static final PropertyKey MAX_PRECISION_KEY
public static final PropertyKey GRADIENTS_USED_KEY
public static final PropertyKey TOOLTIPS_VISIBLE_KEY
public static final java.lang.String COMPONENT_FAMILY
public static final java.lang.String COMPONENT_TYPE
Constructor Detail |
---|
public CoreChart()
protected CoreChart(java.lang.String rendererType)
Method Detail |
---|
public final java.lang.String getInlineStyle()
public final void setInlineStyle(java.lang.String inlineStyle)
inlineStyle
- the new inlineStyle valuepublic final java.lang.String getStyleClass()
public final void setStyleClass(java.lang.String styleClass)
styleClass
- the new styleClass valuepublic final java.lang.String getShortDesc()
public final void setShortDesc(java.lang.String shortDesc)
shortDesc
- the new shortDesc valuepublic final java.lang.String[] getPartialTriggers()
public final void setPartialTriggers(java.lang.String[] partialTriggers)
partialTriggers
- the new partialTriggers valuepublic final java.lang.String getType()
public final void setType(java.lang.String type)
type
- the new type valuepublic final java.lang.String getTemplateSource()
public final void setTemplateSource(java.lang.String templateSource)
templateSource
- the new templateSource valuepublic final boolean isPerspective()
public final void setPerspective(boolean perspective)
perspective
- the new perspective valuepublic final java.lang.String getLegendPosition()
public final void setLegendPosition(java.lang.String legendPosition)
legendPosition
- the new legendPosition valuepublic final int getAnimationDuration()
public final void setAnimationDuration(int animationDuration)
animationDuration
- the new animationDuration valuepublic final int getYMajorGridLineCount()
public final void setYMajorGridLineCount(int YMajorGridLineCount)
YMajorGridLineCount
- the new YMajorGridLineCount valuepublic final int getYMinorGridLineCount()
public final void setYMinorGridLineCount(int YMinorGridLineCount)
YMinorGridLineCount
- the new YMinorGridLineCount valuepublic final int getXMajorGridLineCount()
public final void setXMajorGridLineCount(int XMajorGridLineCount)
XMajorGridLineCount
- the new XMajorGridLineCount valuepublic final int getMaxPrecision()
public final void setMaxPrecision(int maxPrecision)
maxPrecision
- the new maxPrecision valuepublic final boolean isGradientsUsed()
public final void setGradientsUsed(boolean gradientsUsed)
gradientsUsed
- the new gradientsUsed valuepublic final boolean isTooltipsVisible()
public final void setTooltipsVisible(boolean tooltipsVisible)
tooltipsVisible
- the new tooltipsVisible valuepublic java.lang.String getFamily()
getFamily
in class UIXChart
protected FacesBean.Type getBeanType()
getBeanType
in class UIXChart
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |