org.apache.myfaces.tobago.component
Class UIForm

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

public class UIForm
extends UIForm


Field Summary
static String COMPONENT_TYPE
           
static String SUBMITTED_MARKER
           
 
Fields inherited from class javax.faces.component.UIForm
COMPONENT_FAMILY
 
Fields inherited from interface javax.faces.component.NamingContainer
SEPARATOR_CHAR
 
Constructor Summary
UIForm()
           
 
Method Summary
 void processDecodes(FacesContext facesContext)
           
 void processUpdates(FacesContext facesContext)
           
 void processValidators(FacesContext facesContext)
           
 void setSubmitted(boolean b)
           
 
Methods inherited from class javax.faces.component.UIForm
getFamily, isSubmitted, saveState
 
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, processRestoreState, processSaveState, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COMPONENT_TYPE

public static final String COMPONENT_TYPE
See Also:
Constant Field Values

SUBMITTED_MARKER

public static final String SUBMITTED_MARKER
See Also:
Constant Field Values
Constructor Detail

UIForm

public UIForm()
Method Detail

processDecodes

public void processDecodes(FacesContext facesContext)
Overrides:
processDecodes in class UIForm

setSubmitted

public void setSubmitted(boolean b)
Overrides:
setSubmitted in class UIForm

processValidators

public void processValidators(FacesContext facesContext)
Overrides:
processValidators in class UIForm

processUpdates

public void processUpdates(FacesContext facesContext)
Overrides:
processUpdates in class UIForm


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