|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UIForm
org.apache.myfaces.tobago.component.UIForm
public class UIForm
Field Summary | |
---|---|
static java.lang.String |
COMPONENT_TYPE
|
static java.lang.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 |
---|
public static final java.lang.String COMPONENT_TYPE
public static final java.lang.String SUBMITTED_MARKER
Constructor Detail |
---|
public UIForm()
Method Detail |
---|
public void processDecodes(FacesContext facesContext)
processDecodes
in class UIForm
public void setSubmitted(boolean b)
setSubmitted
in class UIForm
public void processValidators(FacesContext facesContext)
processValidators
in class UIForm
public void processUpdates(FacesContext facesContext)
processUpdates
in class UIForm
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |