org.openfaces.component.chart
Class ChartView

java.lang.Object
  extended by UICommand
      extended by org.openfaces.component.chart.ChartView
All Implemented Interfaces:
HasLabels, org.openfaces.renderkit.cssparser.StyledComponent
Direct Known Subclasses:
GridChartView, PieChartView

public abstract class ChartView
extends UICommand
implements org.openfaces.renderkit.cssparser.StyledComponent, HasLabels


Method Summary
abstract  void decodeAction(java.lang.String fieldValue)
           
 Chart getChart()
           
 java.lang.String getColors()
           
 org.openfaces.renderkit.cssparser.StyledComponent[] getComponentsChain()
           
 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()
           
 org.openfaces.renderkit.cssparser.StyleObjectModel getStyleObjectModel()
           
 java.lang.String getTextStyle()
           
 java.lang.String getTooltip()
           
 java.lang.String getUrl()
           
 byte[] renderAsImageFile()
           
 void restoreState(FacesContext facesContext, java.lang.Object object)
           
 java.lang.Object saveState(FacesContext context)
           
 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 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 setTooltip(java.lang.String tooltip)
           
 void setUrl(java.lang.String url)
           
 
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

getOnmouseover

public java.lang.String getOnmouseover()

setOnmouseover

public void setOnmouseover(java.lang.String onmouseover)

getOnmouseout

public java.lang.String getOnmouseout()

setOnmouseout

public void setOnmouseout(java.lang.String onmouseout)

getOnclick

public java.lang.String getOnclick()

setOnclick

public void setOnclick(java.lang.String onclick)

getDynamicOnclick

public ChartViewValueExpression getDynamicOnclick()
This method is only for internal usage from within the OpenFaces library. It shouldn't be used explicitly by any application code.


getDynamicOnMouseOver

public ChartViewValueExpression getDynamicOnMouseOver()
This method is only for internal usage from within the OpenFaces library. It shouldn't be used explicitly by any application code.


getDynamicOnMouseOut

public ChartViewValueExpression getDynamicOnMouseOut()
This method is only for internal usage from within the OpenFaces library. It shouldn't be used explicitly by any application code.


getDynamicTooltip

public ChartViewValueExpression getDynamicTooltip()
This method is only for internal usage from within the OpenFaces library. It shouldn't be used explicitly by any application code.


setDynamicTooltip

public void setDynamicTooltip(ChartViewValueExpression dynamicTooltip)
This method is only for internal usage from within the OpenFaces library. It shouldn't be used explicitly by any application code.


getDynamicUrl

public ChartViewValueExpression getDynamicUrl()
This method is only for internal usage from within the OpenFaces library. It shouldn't be used explicitly by any application code.


setDynamicUrl

public void setDynamicUrl(ChartViewValueExpression dynamicUrl)
This method is only for internal usage from within the OpenFaces library. It shouldn't be used explicitly by any application code.


getForegroundAlpha

public java.lang.Float getForegroundAlpha()

setForegroundAlpha

public void setForegroundAlpha(java.lang.Float foregroundAlpha)

getChart

public Chart getChart()

getColors

public java.lang.String getColors()

setColors

public void setColors(java.lang.String colors)

getTooltip

public java.lang.String getTooltip()

setTooltip

public void setTooltip(java.lang.String tooltip)

getUrl

public java.lang.String getUrl()

setUrl

public void setUrl(java.lang.String url)

getLabels

public ChartLabels getLabels()
Specified by:
getLabels in interface HasLabels

setLabels

public void setLabels(ChartLabels labels)
Specified by:
setLabels in interface HasLabels

getTextStyle

public java.lang.String getTextStyle()
Specified by:
getTextStyle in interface org.openfaces.renderkit.cssparser.StyledComponent

setTextStyle

public void setTextStyle(java.lang.String style)
Specified by:
setTextStyle in interface org.openfaces.renderkit.cssparser.StyledComponent

setStyle

public void setStyle(java.lang.String style)

getStyle

public java.lang.String getStyle()

getStyleObjectModel

public org.openfaces.renderkit.cssparser.StyleObjectModel getStyleObjectModel()
Specified by:
getStyleObjectModel in interface org.openfaces.renderkit.cssparser.StyledComponent

getComponentsChain

public org.openfaces.renderkit.cssparser.StyledComponent[] getComponentsChain()
Specified by:
getComponentsChain in interface org.openfaces.renderkit.cssparser.StyledComponent

saveState

public java.lang.Object saveState(FacesContext context)

restoreState

public void restoreState(FacesContext facesContext,
                         java.lang.Object object)

renderAsImageFile

public byte[] renderAsImageFile()

decodeAction

public abstract void decodeAction(java.lang.String fieldValue)


Copyright © 1998-2009 TeamDev Ltd. All Rights Reserved.