org.openfaces.taglib.internal
Class ToggleCaptionButtonTag

java.lang.Object
  extended by org.openfaces.taglib.internal.AbstractTag
      extended by org.openfaces.taglib.internal.AbstractComponentTag
          extended by org.openfaces.taglib.internal.OUICommandTag
              extended by org.openfaces.taglib.internal.CaptionButtonTag
                  extended by org.openfaces.taglib.internal.ToggleCaptionButtonTag
Direct Known Subclasses:
ExpansionToggleButtonTag, MaximizeWindowButtonTag

public class ToggleCaptionButtonTag
extends CaptionButtonTag


Nested Class Summary
 
Nested classes/interfaces inherited from class org.openfaces.taglib.internal.AbstractTag
AbstractTag.ExpressionCreator
 
Constructor Summary
ToggleCaptionButtonTag()
           
 
Method Summary
 void setComponentProperties(javax.faces.context.FacesContext context, 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.CaptionButtonTag
getComponentType, getRendererType
 
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
 

Constructor Detail

ToggleCaptionButtonTag

public ToggleCaptionButtonTag()
Method Detail

setComponentProperties

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


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