org.openfaces.component.chart
Class ChartLegend

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

public class ChartLegend
extends UIOutput
implements org.openfaces.renderkit.cssparser.StyledComponent, HasLabels


Constructor Summary
ChartLegend()
           
 
Method Summary
 org.openfaces.renderkit.cssparser.StyledComponent[] getComponentsChain()
           
 java.lang.String getHint()
           
 ChartLabels getLabels()
           
 LegendPosition getPosition()
           
 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 setLabels(ChartLabels labels)
           
 void setParent(UIComponent parent)
           
 void setPosition(LegendPosition position)
           
 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

ChartLegend

public ChartLegend()
Method Detail

getLabels

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

setLabels

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

getPosition

public LegendPosition getPosition()

setPosition

public void setPosition(LegendPosition position)

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

getHint

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

setParent

public void setParent(UIComponent parent)

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.