org.openfaces.taglib.internal.chart
Class MarkerTag

java.lang.Object
  extended by org.openfaces.taglib.internal.AbstractTag
      extended by org.openfaces.taglib.internal.AbstractComponentTag
          extended by org.openfaces.taglib.internal.chart.MarkerTag

public class MarkerTag
extends AbstractComponentTag


Nested Class Summary
 
Nested classes/interfaces inherited from class org.openfaces.taglib.internal.AbstractTag
AbstractTag.ExpressionCreator
 
Field Summary
static java.lang.String COMPONENT_FAMILY
           
static java.lang.String COMPONENT_TYPE
           
 
Constructor Summary
MarkerTag()
           
 
Method Summary
 java.lang.String getComponentType()
           
 java.lang.String getRendererType()
           
 void setComponentProperties(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component)
          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 org.openfaces.taglib.internal.AbstractComponentTag
getFacesContext, isValueReference, setFacesContext
 
Methods inherited from class org.openfaces.taglib.internal.AbstractTag
cleanUp, getExpressionCreator, getPropertyValue, setExpressionCreator, setPropertyValue, setPropertyValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COMPONENT_TYPE

public static final java.lang.String COMPONENT_TYPE
See Also:
Constant Field Values

COMPONENT_FAMILY

public static final java.lang.String COMPONENT_FAMILY
See Also:
Constant Field Values
Constructor Detail

MarkerTag

public MarkerTag()
Method Detail

getComponentType

public java.lang.String getComponentType()
Specified by:
getComponentType in class AbstractComponentTag

getRendererType

public java.lang.String getRendererType()
Specified by:
getRendererType in class AbstractComponentTag

setComponentProperties

public void setComponentProperties(javax.faces.context.FacesContext facesContext,
                                   javax.faces.component.UIComponent component)
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 AbstractComponentTag
Parameters:
facesContext - current FacesContext
component - component whose properties should be set up


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