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
Base class for form and page.
- 
Field SummaryFields inherited from class jakarta.faces.component.UIFormCOMPONENT_FAMILY, COMPONENT_TYPEFields inherited from class jakarta.faces.component.UIComponentATTRS_WITH_DECLARED_DEFAULT_VALUES, BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, FACETS_KEY, VIEW_LOCATION_KEYFields inherited from interface jakarta.faces.component.NamingContainerSEPARATOR_CHAR
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidprocessDecodes(jakarta.faces.context.FacesContext facesContext) voidprocessUpdates(jakarta.faces.context.FacesContext facesContext) voidprocessValidators(jakarta.faces.context.FacesContext facesContext) voidsetSubmitted(boolean b) Methods inherited from class jakarta.faces.component.UIFormcreateUniqueId, getContainerClientId, getFamily, invokeOnComponent, isPrependId, isSubmitted, setPrependId, visitTreeMethods inherited from class jakarta.faces.component.UIComponentBaseaddClientBehavior, 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, setTransientMethods inherited from class jakarta.faces.component.UIComponentgetClientId, getCompositeComponentParent, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEventMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.myfaces.tobago.component.VisualgetCustomClass, getMarkup, getRendererType, isPlain, setCustomClass, setMarkup
- 
Constructor Details- 
AbstractUIFormBasepublic AbstractUIFormBase()
 
- 
- 
Method Details- 
processDecodespublic void processDecodes(jakarta.faces.context.FacesContext facesContext) - Overrides:
- processDecodesin class- jakarta.faces.component.UIForm
 
- 
setSubmittedpublic void setSubmitted(boolean b) - Overrides:
- setSubmittedin class- jakarta.faces.component.UIForm
 
- 
processValidatorspublic void processValidators(jakarta.faces.context.FacesContext facesContext) - Overrides:
- processValidatorsin class- jakarta.faces.component.UIForm
 
- 
processUpdatespublic void processUpdates(jakarta.faces.context.FacesContext facesContext) - Overrides:
- processUpdatesin class- jakarta.faces.component.UIForm
 
 
-