org.apache.myfaces.tobago.component
Class UILayout

java.lang.Object
  extended by javax.faces.component.UIComponent
      extended by javax.faces.component.UIComponentBase
          extended by org.apache.myfaces.tobago.component.UILayout
All Implemented Interfaces:
StateHolder
Direct Known Subclasses:
UIDefaultLayout, UIGridLayout

public abstract class UILayout
extends UIComponentBase


Constructor Summary
UILayout()
           
 
Method Summary
 void encodeChildrenOfComponent(FacesContext facesContext, UIComponent component)
           
static UILayout getLayout(UIComponent component)
           
 void layoutBegin(FacesContext facesContext, UIComponent component)
           
static void prepareDimension(FacesContext facesContext, UIComponent component)
           
 
Methods inherited from class javax.faces.component.UIComponentBase
addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding
 
Methods inherited from class javax.faces.component.UIComponent
getFamily
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UILayout

public UILayout()
Method Detail

layoutBegin

public void layoutBegin(FacesContext facesContext,
                        UIComponent component)

prepareDimension

public static void prepareDimension(FacesContext facesContext,
                                    UIComponent component)

encodeChildrenOfComponent

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

getLayout

public static UILayout getLayout(UIComponent component)


Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.