javax.faces.component
Class UIForm

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

public class UIForm
extends UIComponentBase

UIForm is a UIComponent that represents an input form to be presented to the user, and whose child components represent (among other things) the input fields to be included when the form is submitted.

By default, the rendererType property is set to "Form". This value can be changed by calling the setRendererType() method.

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface javax.faces.component.UIComponent
SEPARATOR_CHAR
 
Constructor Summary
UIForm()
          Create a new UIForm instance with default property values.
 
Method Summary
 java.lang.String getFormName()
          Return the form name for this UIForm.
 void setFormName(java.lang.String formName)
          Set the form name for this UIForm.
 
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, getRendersChildren, 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

UIForm

public UIForm()

Create a new UIForm instance with default property values.

Method Detail

getFormName

public java.lang.String getFormName()

Return the form name for this UIForm.


setFormName

public void setFormName(java.lang.String formName)

Set the form name for this UIForm.

Parameters:
formName - The new form name