javax.faces.component

Class UIForm

Implemented Interfaces:
NamingContainer, StateHolder
Known Direct Subclasses:
HtmlForm

public class UIForm
extends UIComponentBase
implements NamingContainer

Version:
$Revision: 267345 $ $Date: 2005-09-03 01:06:57 +0200 (Sat, 03 Sep 2005) $
Author:
Manfred Geiler (latest modification by $Author: oros $)

Field Summary

static String
COMPONENT_FAMILY
static String
COMPONENT_TYPE

Fields inherited from interface javax.faces.component.NamingContainer

SEPARATOR_CHAR

Constructor Summary

UIForm()

Method Summary

String
getFamily()
boolean
isSubmitted()
void
processDecodes(FacesContext context)
void
processUpdates(FacesContext context)
void
processValidators(FacesContext context)
Object
saveState(FacesContext context)
void
setSubmitted(boolean submitted)

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

addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getFamily, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, isRendered, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, setId, setParent, setRendered, setRendererType, setValueBinding

Field Details

COMPONENT_FAMILY

public static final String COMPONENT_FAMILY

COMPONENT_TYPE

public static final String COMPONENT_TYPE

Constructor Details

UIForm

public UIForm()

Method Details

getFamily

public String getFamily()
Overrides:
getFamily in interface UIComponent

isSubmitted

public boolean isSubmitted()

processDecodes

public void processDecodes(FacesContext context)
Overrides:
processDecodes in interface UIComponentBase

processUpdates

public void processUpdates(FacesContext context)
Overrides:
processUpdates in interface UIComponentBase

processValidators

public void processValidators(FacesContext context)
Overrides:
processValidators in interface UIComponentBase

saveState

public Object saveState(FacesContext context)
Specified by:
saveState in interface StateHolder
Overrides:
saveState in interface UIComponentBase

setSubmitted

public void setSubmitted(boolean submitted)