javax.faces.component
Class UIPanel

java.lang.Object
  extended byjavax.faces.component.UIComponentBase
      extended byjavax.faces.component.UIOutput
          extended byjavax.faces.component.UIPanel
All Implemented Interfaces:
java.io.Serializable, UIComponent

public class UIPanel
extends UIOutput

UIPanel is a UIComponent that manages the layout of its child components.

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface javax.faces.component.UIComponent
SEPARATOR_CHAR
 
Constructor Summary
UIPanel()
          Create a new UIPanel instance with default property values.
 
Method Summary
 boolean getRendersChildren()
          Return true to indicate that this component takes responsibility for rendering its children.
 
Methods inherited from class javax.faces.component.UIOutput
currentValue, getValue, getValueRef, setValue, setValueRef
 
Methods inherited from class javax.faces.component.UIComponentBase
addChild, addChild, addFacet, addValidator, broadcast, clearChildren, clearFacets, clearValidators, containsChild, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttribute, getAttributeNames, getChild, getChildCount, getChildren, getClientId, getComponentId, getConverter, getFacet, getFacetNames, getFacetsAndChildren, getParent, getRendererType, getRendersSelf, getValidators, isRendered, isValid, processDecodes, processReconstitutes, processUpdates, processValidators, reconstitute, removeChild, removeChild, removeFacet, removeValidator, setAttribute, setComponentId, setConverter, setParent, setRendered, setRendererType, setValid, updateModel, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIPanel

public UIPanel()

Create a new UIPanel instance with default property values.

Method Detail

getRendersChildren

public boolean getRendersChildren()

Return true to indicate that this component takes responsibility for rendering its children.

Specified by:
getRendersChildren in interface UIComponent
Overrides:
getRendersChildren in class UIComponentBase