org.openfaces.taglib.internal.chart
Class ChartDateTimeAxisTag
java.lang.Object
org.openfaces.taglib.internal.AbstractTag
org.openfaces.taglib.internal.AbstractComponentTag
org.openfaces.taglib.internal.chart.AbstractStyledComponentTag
org.openfaces.taglib.internal.chart.ChartAxisTag
org.openfaces.taglib.internal.chart.ChartDateTimeAxisTag
public class ChartDateTimeAxisTag
- extends ChartAxisTag
Method Summary |
java.lang.String |
getComponentType()
|
java.lang.String |
getRendererType()
|
void |
setComponentProperties(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent)
Implementations of this method must not use FacesContext.getCurrentInstance() because it doesn't contain
the required value when this method is invoked from the Facelets tag handler (see AbstractFaceletsComponentHandler) |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChartDateTimeAxisTag
public ChartDateTimeAxisTag()
getComponentType
public java.lang.String getComponentType()
- Overrides:
getComponentType
in class ChartAxisTag
getRendererType
public java.lang.String getRendererType()
- Overrides:
getRendererType
in class ChartAxisTag
setComponentProperties
public void setComponentProperties(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent)
- Description copied from class:
AbstractComponentTag
- Implementations of this method must not use FacesContext.getCurrentInstance() because it doesn't contain
the required value when this method is invoked from the Facelets tag handler (see AbstractFaceletsComponentHandler)
- Overrides:
setComponentProperties
in class ChartAxisTag
- Parameters:
facesContext
- current FacesContextuiComponent
- component whose properties should be set up
Copyright © 1998-2010 TeamDev Ltd. All Rights Reserved.