Class AbstractUIFormBase
- java.lang.Object
-
- jakarta.faces.component.UIComponent
-
- jakarta.faces.component.UIComponentBase
-
- jakarta.faces.component.UIForm
-
- org.apache.myfaces.tobago.internal.component.AbstractUIFormBase
-
- All Implemented Interfaces:
jakarta.faces.component.NamingContainer
,jakarta.faces.component.PartialStateHolder
,jakarta.faces.component.StateHolder
,jakarta.faces.component.TransientStateHolder
,jakarta.faces.component.UniqueIdVendor
,jakarta.faces.event.ComponentSystemEventListener
,jakarta.faces.event.FacesListener
,jakarta.faces.event.SystemEventListenerHolder
,EventListener
,Visual
- Direct Known Subclasses:
AbstractUIForm
,AbstractUIPage
public abstract class AbstractUIFormBase extends jakarta.faces.component.UIForm implements Visual
Base class for form and page.
-
-
Constructor Summary
Constructors Constructor Description AbstractUIFormBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
processDecodes(jakarta.faces.context.FacesContext facesContext)
void
processUpdates(jakarta.faces.context.FacesContext facesContext)
void
processValidators(jakarta.faces.context.FacesContext facesContext)
void
setSubmitted(boolean b)
-
Methods inherited from class jakarta.faces.component.UIForm
createUniqueId, getContainerClientId, getFamily, invokeOnComponent, isPrependId, isSubmitted, setPrependId, visitTree
-
Methods inherited from class jakarta.faces.component.UIComponentBase
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeAll, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getPassThroughAttributes, getRenderer, getRendererType, getRendersChildren, isRendered, isTransient, markInitialState, processRestoreState, processSaveState, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient
-
Methods inherited from class jakarta.faces.component.UIComponent
getClientId, getCompositeComponentParent, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.myfaces.tobago.component.Visual
getCustomClass, getMarkup, getRendererType, isPlain, setCustomClass, setMarkup
-
-
-
-
Method Detail
-
processDecodes
public void processDecodes(jakarta.faces.context.FacesContext facesContext)
- Overrides:
processDecodes
in classjakarta.faces.component.UIForm
-
setSubmitted
public void setSubmitted(boolean b)
- Overrides:
setSubmitted
in classjakarta.faces.component.UIForm
-
processValidators
public void processValidators(jakarta.faces.context.FacesContext facesContext)
- Overrides:
processValidators
in classjakarta.faces.component.UIForm
-
processUpdates
public void processUpdates(jakarta.faces.context.FacesContext facesContext)
- Overrides:
processUpdates
in classjakarta.faces.component.UIForm
-
-