org.apache.myfaces.tobago.renderkit
Interface LayoutRenderer

All Superinterfaces:
LayoutInformationProvider
All Known Implementing Classes:
AbstractLayoutRenderer, AbstractLayoutRendererWrapper, DefaultLayoutRenderer, GridLayoutRenderer

public interface LayoutRenderer
extends LayoutInformationProvider


Method Summary
 void encodeChildrenOfComponent(FacesContext facesContext, UIComponent component)
           
 void prepareRender(FacesContext facesContext, UIComponent component)
           
 
Methods inherited from interface org.apache.myfaces.tobago.renderkit.LayoutInformationProvider
getComponentExtraHeight, getComponentExtraWidth, getFixedHeight, getFixedWidth, getHeaderHeight, getMinimumHeight, getMinimumSize, getMinimumWidth, getPaddingHeight, getPaddingWidth
 

Method Detail

prepareRender

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

encodeChildrenOfComponent

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


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