org.apache.myfaces.tobago.renderkit
Class LayoutRenderer

java.lang.Object
  extended by javax.faces.render.Renderer
      extended by org.apache.myfaces.tobago.renderkit.RendererBase
          extended by org.apache.myfaces.tobago.renderkit.LayoutableRendererBase
              extended by org.apache.myfaces.tobago.renderkit.LayoutRenderer
All Implemented Interfaces:
LayoutInformationProvider

public abstract class LayoutRenderer
extends LayoutableRendererBase


Constructor Summary
LayoutRenderer()
           
 
Method Summary
 void encodeChildrenOfComponent(FacesContext facesContext, UIComponent component)
           
 int getFixedHeight(FacesContext facesContext, UIComponent component)
           
abstract  void prepareRender(FacesContext facesContext, UIComponent component)
           
 
Methods inherited from class org.apache.myfaces.tobago.renderkit.LayoutableRendererBase
checkForCommandFacet, checkForCommandFacet, getComponentExtraHeight, getComponentExtraWidth, getFixedSpace, getFixedWidth, getHeaderHeight, getMinimumSize, getPaddingHeight, getPaddingWidth
 
Methods inherited from class org.apache.myfaces.tobago.renderkit.RendererBase
decode, getConfiguredValue, getConvertedValue, getConverter, getCurrentValue, getRendererName, getValue
 
Methods inherited from class javax.faces.render.Renderer
convertClientId, encodeBegin, encodeChildren, encodeEnd, getRendersChildren
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LayoutRenderer

public LayoutRenderer()
Method Detail

prepareRender

public abstract void prepareRender(FacesContext facesContext,
                                   UIComponent component)

encodeChildrenOfComponent

public void encodeChildrenOfComponent(FacesContext facesContext,
                                      UIComponent component)
                               throws IOException
Throws:
IOException

getFixedHeight

public int getFixedHeight(FacesContext facesContext,
                          UIComponent component)
Specified by:
getFixedHeight in interface LayoutInformationProvider
Overrides:
getFixedHeight in class LayoutableRendererBase


Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.