|
||||||||||
| 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
javax.faces.component.UICommand
org.openfaces.component.chart.ChartView
public abstract class ChartView
| Field Summary |
|---|
| Fields inherited from class javax.faces.component.UICommand |
|---|
COMPONENT_FAMILY, COMPONENT_TYPE |
| Fields inherited from class javax.faces.component.UIComponent |
|---|
BEANINFO_KEY, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, VIEW_LOCATION_KEY |
| Method Summary | |
|---|---|
abstract void |
decodeAction(java.lang.String fieldValue)
|
java.awt.Paint |
getBackgroundPaint()
|
Chart |
getChart()
|
ChartPopup |
getChartPopup()
|
java.lang.String |
getColors()
|
StyledComponent[] |
getComponentsChain()
|
abstract ChartConfigurator |
getConfigurator()
|
ChartViewValueExpression |
getDynamicOnclick()
This method is only for internal usage from within the OpenFaces library. |
ChartViewValueExpression |
getDynamicOnMouseOut()
This method is only for internal usage from within the OpenFaces library. |
ChartViewValueExpression |
getDynamicOnMouseOver()
This method is only for internal usage from within the OpenFaces library. |
ChartViewValueExpression |
getDynamicTooltip()
This method is only for internal usage from within the OpenFaces library. |
ChartViewValueExpression |
getDynamicUrl()
This method is only for internal usage from within the OpenFaces library. |
java.lang.Float |
getForegroundAlpha()
|
ChartLabels |
getLabels()
|
java.lang.String |
getOnclick()
|
java.lang.String |
getOnmouseout()
|
java.lang.String |
getOnmouseover()
|
java.lang.String |
getStyle()
|
StyleObjectModel |
getStyleObjectModel()
|
java.lang.String |
getTextStyle()
|
java.awt.Paint |
getTitlePaint()
|
java.lang.String |
getTooltip()
|
java.lang.String |
getUrl()
|
java.awt.Color |
getWallColor()
|
boolean |
isEnable3D()
|
void |
restoreState(javax.faces.context.FacesContext facesContext,
java.lang.Object object)
|
java.lang.Object |
saveState(javax.faces.context.FacesContext context)
|
void |
setBackgroundPaint(java.awt.Paint backgroundPaint)
|
void |
setColors(java.lang.String colors)
|
void |
setDynamicTooltip(ChartViewValueExpression dynamicTooltip)
This method is only for internal usage from within the OpenFaces library. |
void |
setDynamicUrl(ChartViewValueExpression dynamicUrl)
This method is only for internal usage from within the OpenFaces library. |
void |
setEnable3D(boolean enable3D)
|
void |
setForegroundAlpha(java.lang.Float foregroundAlpha)
|
void |
setLabels(ChartLabels labels)
|
void |
setOnclick(java.lang.String onclick)
|
void |
setOnmouseout(java.lang.String onmouseout)
|
void |
setOnmouseover(java.lang.String onmouseover)
|
void |
setStyle(java.lang.String style)
|
void |
setTextStyle(java.lang.String style)
|
void |
setTitlePaint(java.awt.Paint titlePaint)
|
void |
setTooltip(java.lang.String tooltip)
|
void |
setUrl(java.lang.String url)
|
void |
setWallColor(java.awt.Color wallColor)
|
| Methods inherited from class javax.faces.component.UICommand |
|---|
addActionListener, broadcast, getAction, getActionExpression, getActionListener, getActionListeners, getFamily, getValue, isImmediate, queueEvent, removeActionListener, setAction, setActionExpression, setActionListener, setImmediate, setValue |
| Methods inherited from class javax.faces.component.UIComponentBase |
|---|
addClientBehavior, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding |
| Methods inherited from class javax.faces.component.UIComponent |
|---|
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getValueExpression, initialStateMarked, isCompositeComponent, isInView, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent, visitTree |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.openfaces.renderkit.cssparser.StyledComponent |
|---|
getHint |
| Method Detail |
|---|
public boolean isEnable3D()
public void setEnable3D(boolean enable3D)
public java.awt.Color getWallColor()
public void setWallColor(java.awt.Color wallColor)
public java.lang.String getOnmouseover()
public void setOnmouseover(java.lang.String onmouseover)
public java.lang.String getOnmouseout()
public void setOnmouseout(java.lang.String onmouseout)
public java.lang.String getOnclick()
public void setOnclick(java.lang.String onclick)
public ChartViewValueExpression getDynamicOnclick()
public ChartViewValueExpression getDynamicOnMouseOver()
public ChartViewValueExpression getDynamicOnMouseOut()
public ChartViewValueExpression getDynamicTooltip()
public void setDynamicTooltip(ChartViewValueExpression dynamicTooltip)
public ChartViewValueExpression getDynamicUrl()
public void setDynamicUrl(ChartViewValueExpression dynamicUrl)
public java.lang.Float getForegroundAlpha()
public void setForegroundAlpha(java.lang.Float foregroundAlpha)
public Chart getChart()
public java.lang.String getColors()
public void setColors(java.lang.String colors)
public java.lang.String getTooltip()
public void setTooltip(java.lang.String tooltip)
public java.lang.String getUrl()
public void setUrl(java.lang.String url)
public ChartLabels getLabels()
getLabels in interface HasLabelspublic void setLabels(ChartLabels labels)
setLabels in interface HasLabelspublic java.lang.String getTextStyle()
getTextStyle in interface StyledComponentpublic void setTextStyle(java.lang.String style)
setTextStyle in interface StyledComponentpublic void setStyle(java.lang.String style)
public java.lang.String getStyle()
public ChartPopup getChartPopup()
public java.awt.Paint getBackgroundPaint()
public void setBackgroundPaint(java.awt.Paint backgroundPaint)
public java.awt.Paint getTitlePaint()
public void setTitlePaint(java.awt.Paint titlePaint)
public StyleObjectModel getStyleObjectModel()
getStyleObjectModel in interface StyledComponentpublic StyledComponent[] getComponentsChain()
getComponentsChain in interface StyledComponentpublic java.lang.Object saveState(javax.faces.context.FacesContext context)
saveState in interface javax.faces.component.StateHoldersaveState in class javax.faces.component.UIComponentBase
public void restoreState(javax.faces.context.FacesContext facesContext,
java.lang.Object object)
restoreState in interface javax.faces.component.StateHolderrestoreState in class javax.faces.component.UIComponentBasepublic abstract ChartConfigurator getConfigurator()
public abstract void decodeAction(java.lang.String fieldValue)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||