org.openfaces.renderkit
Class ComponentWithCaptionRenderer

java.lang.Object
  extended by javax.faces.render.Renderer
      extended by org.openfaces.renderkit.RendererBase
          extended by org.openfaces.renderkit.ComponentWithCaptionRenderer
Direct Known Subclasses:
FoldingPanelRenderer

public abstract class ComponentWithCaptionRenderer
extends RendererBase


Field Summary
static java.lang.String CAPTION_SUFFIX
           
 
Constructor Summary
ComponentWithCaptionRenderer()
           
 
Method Summary
 void renderCaption(javax.faces.context.FacesContext context, ComponentWithCaption component)
           
static void renderChildren(javax.faces.context.FacesContext context, ComponentWithCaption componentWithCaption)
           
 
Methods inherited from class javax.faces.render.Renderer
convertClientId, decode, encodeBegin, encodeChildren, encodeEnd, getConvertedValue, getRendersChildren
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CAPTION_SUFFIX

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

ComponentWithCaptionRenderer

public ComponentWithCaptionRenderer()
Method Detail

renderCaption

public void renderCaption(javax.faces.context.FacesContext context,
                          ComponentWithCaption component)
                   throws java.io.IOException
Throws:
java.io.IOException

renderChildren

public static void renderChildren(javax.faces.context.FacesContext context,
                                  ComponentWithCaption componentWithCaption)
                           throws java.io.IOException
Throws:
java.io.IOException


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