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.LayoutRenderer
All Implemented Interfaces:
TobagoRenderer

public abstract class LayoutRenderer
extends RendererBase

User: weber Date: Feb 22, 2005 Time: 3:05:58 PM


Field Summary
 
Fields inherited from class org.apache.myfaces.tobago.renderkit.RendererBase
BEGIN_POSTFIX, CHILDREN_POSTFIX, END_POSTFIX
 
Constructor Summary
LayoutRenderer()
           
 
Method Summary
 void encodeChildrenOfComponent(FacesContext facesContext, UIComponent component)
           
 int getFixedHeight(FacesContext facesContext, UIComponent component)
           
abstract  void layoutHeight(FacesContext facesContext, UIComponent component)
           
abstract  void layoutWidth(FacesContext facesContext, UIComponent component)
           
abstract  void prepareRender(FacesContext facesContext, UIComponent component)
           
 
Methods inherited from class org.apache.myfaces.tobago.renderkit.RendererBase
decode, encodeBegin, encodeBeginTobago, encodeChildren, encodeChildrenTobago, encodeEnd, encodeEndTobago, getComponentExtraHeight, getComponentExtraWidth, getConfiguredValue, getConvertedValue, getCurrentValue, getFixedSpace, getFixedWidth, getFormattedValue, getFormattedValue, getHeaderHeight, getMinimumSize, getPaddingHeight, getPaddingWidth, getRendererName, getValue
 
Methods inherited from class javax.faces.render.Renderer
convertClientId, 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

layoutWidth

public abstract void layoutWidth(FacesContext facesContext,
                                 UIComponent component)

layoutHeight

public abstract void layoutHeight(FacesContext facesContext,
                                  UIComponent component)

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)
Overrides:
getFixedHeight in class RendererBase


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