org.openfaces.component.chart
Class LineProperties

java.lang.Object
  extended by UIOutput
      extended by org.openfaces.component.chart.LineProperties
All Implemented Interfaces:
org.openfaces.renderkit.cssparser.StyledComponent

public class LineProperties
extends UIOutput
implements org.openfaces.renderkit.cssparser.StyledComponent


Constructor Summary
LineProperties()
           
 
Method Summary
 org.openfaces.renderkit.cssparser.StyledComponent[] getComponentsChain()
           
 ChartViewValueExpression getDynamicCondition()
           
 java.lang.Boolean getHideSeries()
           
 java.lang.String getHint()
           
 java.lang.Boolean getLabelsVisible()
           
 java.lang.Boolean getShapesVisible()
           
 java.lang.Boolean getShowInLegend()
           
 java.lang.String getStyle()
           
 org.openfaces.renderkit.cssparser.StyleObjectModel getStyleObjectModel()
           
 java.lang.String getTextStyle()
           
 void restoreState(FacesContext facesContext, java.lang.Object object)
           
 java.lang.Object saveState(FacesContext context)
           
 void setDynamicCondition(ChartViewValueExpression dynamicCondition)
           
 void setHideSeries(java.lang.Boolean hideSeries)
           
 void setLabelsVisible(java.lang.Boolean labelsVisible)
           
 void setParent(UIComponent uiComponent)
           
 void setShapesVisible(java.lang.Boolean shapesVisible)
           
 void setShowInLegend(java.lang.Boolean showInLegend)
           
 void setStyle(java.lang.String style)
           
 void setTextStyle(java.lang.String style)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LineProperties

public LineProperties()
Method Detail

getDynamicCondition

public ChartViewValueExpression getDynamicCondition()

setDynamicCondition

public void setDynamicCondition(ChartViewValueExpression dynamicCondition)

getShapesVisible

public java.lang.Boolean getShapesVisible()

getShowInLegend

public java.lang.Boolean getShowInLegend()

getHideSeries

public java.lang.Boolean getHideSeries()

getLabelsVisible

public java.lang.Boolean getLabelsVisible()

setShapesVisible

public void setShapesVisible(java.lang.Boolean shapesVisible)

setShowInLegend

public void setShowInLegend(java.lang.Boolean showInLegend)

setHideSeries

public void setHideSeries(java.lang.Boolean hideSeries)

setLabelsVisible

public void setLabelsVisible(java.lang.Boolean labelsVisible)

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()

setParent

public void setParent(UIComponent uiComponent)

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

getHint

public java.lang.String getHint()
Specified by:
getHint 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)


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