oracle.adf.view.faces.component
Class UIXForm
java.lang.Object
javax.faces.component.UIComponent
oracle.adf.view.faces.component.UIXComponent
oracle.adf.view.faces.component.UIXComponentBase
oracle.adf.view.faces.component.UIXForm
- All Implemented Interfaces:
- StateHolder
- Direct Known Subclasses:
- CoreForm
- public class UIXForm
- extends UIXComponentBase
The form control is the base abstraction for a submitted
region of a page.
|
Constructor Summary |
|
UIXForm()
Construct an instance of the UIXForm. |
protected |
UIXForm(java.lang.String rendererType)
Construct an instance of the UIXForm. |
| Methods inherited from class oracle.adf.view.faces.component.UIXComponentBase |
addAttributeChange, addAttributeChange, addAttributeChangeListener, addFacesListener, broadcast, createFacesBean, decode, decodeChildren, decodeChildrenImpl, encodeAll, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributeChangeListener, getAttributeChangeListeners, getAttributes, getBooleanProperty, getChildCount, getChildren, getClientId, getFacesBean, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacetNames, getFacets, getFacetsAndChildren, getId, getIntProperty, getLifecycleRenderer, getLocalClientId, getParent, getProperty, getPropertyKey, getRenderer, getRendererType, getRendersChildren, getValueBinding, isRendered, isTransient, processRestoreState, processSaveState, queueEvent, removeAttributeChangeListener, removeFacesListener, restoreState, saveState, setAttributeChangeListener, setBooleanProperty, setId, setIntProperty, setParent, setProperty, setRendered, setRendererType, setTransient, setValueBinding, toString, updateChildren, updateChildrenImpl, validateChildren, validateChildrenImpl |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TYPE
public static final FacesBean.Type TYPE
SUBMITTED_KEY
public static final PropertyKey SUBMITTED_KEY
COMPONENT_FAMILY
public static final java.lang.String COMPONENT_FAMILY
- See Also:
- Constant Field Values
COMPONENT_TYPE
public static final java.lang.String COMPONENT_TYPE
- See Also:
- Constant Field Values
UIXForm
public UIXForm()
- Construct an instance of the UIXForm.
UIXForm
protected UIXForm(java.lang.String rendererType)
- Construct an instance of the UIXForm.
processDecodes
public void processDecodes(FacesContext context)
- Overrides:
processDecodes in class UIXComponentBase
processValidators
public void processValidators(FacesContext context)
- Overrides:
processValidators in class UIXComponentBase
processUpdates
public void processUpdates(FacesContext context)
- Overrides:
processUpdates in class UIXComponentBase
isSubmitted
public final boolean isSubmitted()
- Gets whether the form was submitted on this request
setSubmitted
public final void setSubmitted(boolean submitted)
- Sets whether the form was submitted on this request
getFamily
public java.lang.String getFamily()
- Specified by:
getFamily in class UIXComponentBase
getBeanType
protected FacesBean.Type getBeanType()
- Overrides:
getBeanType in class UIXComponentBase
Copyright © 2003-2007 Oracle Corporation. All Rights Reserved.