public class HtmlForm
extends javax.faces.component.html.HtmlForm
implements com.icesoft.faces.component.IceExtended, javax.faces.component.ActionSource
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COMPONENT_TYPE |
static java.lang.String |
RENDERER_TYPE |
ATTRS_WITH_DECLARED_DEFAULT_VALUES, BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, HONOR_CURRENT_COMPONENT_ATTRIBUTES_PARAM_NAME, VIEW_LOCATION_KEY| Constructor and Description |
|---|
HtmlForm() |
| Modifier and Type | Method and Description |
|---|---|
void |
addActionListener(javax.faces.event.ActionListener listener) |
void |
broadcast(javax.faces.event.FacesEvent event) |
javax.faces.el.MethodBinding |
getAction()
Return the value of the
action property. |
javax.faces.el.MethodBinding |
getActionListener() |
javax.faces.event.ActionListener[] |
getActionListeners() |
java.lang.String |
getAutocomplete()
Return the value of the
autocomplete property. |
java.lang.String |
getEnabledOnUserRole()
Return the value of the
enabledOnUserRole property. |
boolean |
getPartialSubmit()
Return the value of the
partialSubmit property. |
java.lang.String |
getRenderedOnUserRole()
Return the value of the
renderedOnUserRole property. |
java.lang.String |
getStyleClass()
Return the value of the
styleClass property. |
boolean |
isImmediate()
Return the value of the
immediate property. |
boolean |
isRendered()
Return the value of the
rendered property. |
void |
queueEvent(javax.faces.event.FacesEvent event) |
void |
removeActionListener(javax.faces.event.ActionListener listener) |
void |
restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
Perform any processing required to restore the state from the entries
in the state Object.
|
java.lang.Object |
saveState(javax.faces.context.FacesContext context)
Gets the state of the instance as a
Serializable
Object. |
void |
setAction(javax.faces.el.MethodBinding action)
Set the value of the
action property. |
void |
setActionListener(javax.faces.el.MethodBinding actionListener) |
void |
setAutocomplete(java.lang.String autocomplete)
Set the value of the
autocomplete property. |
void |
setEnabledOnUserRole(java.lang.String enabledOnUserRole)
Set the value of the
enabledOnUserRole property. |
void |
setImmediate(boolean immediate)
Set the value of the
immediate property. |
void |
setPartialSubmit(boolean partialSubmit)
Set the value of the
partialSubmit property. |
void |
setRenderedOnUserRole(java.lang.String renderedOnUserRole)
Set the value of the
renderedOnUserRole property. |
void |
setStyleClass(java.lang.String styleClass)
Set the value of the
styleClass property. |
getAccept, getAcceptcharset, getDefaultEventName, getDir, getEnctype, getEventNames, getLang, getOnclick, getOndblclick, getOnkeydown, getOnkeypress, getOnkeyup, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup, getOnreset, getOnsubmit, getStyle, getTarget, getTitle, setAccept, setAcceptcharset, setDir, setEnctype, setLang, setOnclick, setOndblclick, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setOnreset, setOnsubmit, setStyle, setTarget, setTitlecreateUniqueId, getContainerClientId, getFamily, isPrependId, isSubmitted, processDecodes, processUpdates, processValidators, setPrependId, setSubmitted, visitTreeaddClientBehavior, addFacesListener, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isTransient, markInitialState, processRestoreState, processSaveState, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEventencodeAll, getClientId, getCompositeComponentParent, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpressionpublic static final java.lang.String COMPONENT_TYPE
public static final java.lang.String RENDERER_TYPE
public void setPartialSubmit(boolean partialSubmit)
Set the value of the partialSubmit property.
setPartialSubmit in interface com.icesoft.faces.component.IceExtendedpublic boolean getPartialSubmit()
Return the value of the partialSubmit property.
getPartialSubmit in interface com.icesoft.faces.component.IceExtendedpublic void setEnabledOnUserRole(java.lang.String enabledOnUserRole)
Set the value of the enabledOnUserRole property.
setEnabledOnUserRole in interface com.icesoft.faces.component.IceExtendedpublic java.lang.String getEnabledOnUserRole()
Return the value of the enabledOnUserRole property.
getEnabledOnUserRole in interface com.icesoft.faces.component.IceExtendedpublic void setRenderedOnUserRole(java.lang.String renderedOnUserRole)
Set the value of the renderedOnUserRole property.
setRenderedOnUserRole in interface com.icesoft.faces.component.IceExtendedpublic java.lang.String getRenderedOnUserRole()
Return the value of the renderedOnUserRole property.
getRenderedOnUserRole in interface com.icesoft.faces.component.IceExtendedpublic boolean isRendered()
Return the value of the rendered property.
isRendered in class javax.faces.component.UIComponentBasepublic void setAutocomplete(java.lang.String autocomplete)
Set the value of the autocomplete property.
public java.lang.String getAutocomplete()
Return the value of the autocomplete property.
public void setStyleClass(java.lang.String styleClass)
Set the value of the styleClass property.
setStyleClass in class javax.faces.component.html.HtmlFormpublic java.lang.String getStyleClass()
Return the value of the styleClass property.
getStyleClass in class javax.faces.component.html.HtmlFormpublic java.lang.Object saveState(javax.faces.context.FacesContext context)
Gets the state of the instance as a Serializable
Object.
saveState in interface javax.faces.component.StateHoldersaveState in class javax.faces.component.UIComponentBasepublic void restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
Perform any processing required to restore the state from the entries in the state Object.
restoreState in interface javax.faces.component.StateHolderrestoreState in class javax.faces.component.UIComponentBasepublic void queueEvent(javax.faces.event.FacesEvent event)
queueEvent in class javax.faces.component.UIComponentBasepublic void broadcast(javax.faces.event.FacesEvent event)
throws javax.faces.event.AbortProcessingException
broadcast in class javax.faces.component.UIComponentBasejavax.faces.event.AbortProcessingExceptionpublic void setAction(javax.faces.el.MethodBinding action)
Set the value of the action property.
setAction in interface javax.faces.component.ActionSourcepublic javax.faces.el.MethodBinding getAction()
Return the value of the action property.
getAction in interface javax.faces.component.ActionSourcepublic void setActionListener(javax.faces.el.MethodBinding actionListener)
setActionListener in interface javax.faces.component.ActionSourcepublic javax.faces.el.MethodBinding getActionListener()
getActionListener in interface javax.faces.component.ActionSourcepublic void addActionListener(javax.faces.event.ActionListener listener)
addActionListener in interface javax.faces.component.ActionSourcepublic javax.faces.event.ActionListener[] getActionListeners()
getActionListeners in interface javax.faces.component.ActionSourcepublic void removeActionListener(javax.faces.event.ActionListener listener)
removeActionListener in interface javax.faces.component.ActionSourcepublic boolean isImmediate()
Return the value of the immediate property.
isImmediate in interface javax.faces.component.ActionSourcepublic void setImmediate(boolean immediate)
Set the value of the immediate property.
setImmediate in interface javax.faces.component.ActionSourceCopyright 2025 ICEsoft Technologies Canada, Corp. All Rights Reserved.