public class FormTag
extends org.ajax4jsf.webapp.taglib.UIComponentTagBase
bodyContent, pageContext, UNIQUE_ID_PREFIX| Constructor and Description |
|---|
FormTag() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getComponentType() |
java.lang.String |
getRendererType() |
void |
release() |
void |
setAccept(javax.el.ValueExpression __accept)
This attribute specifies a comma-separated list of content types that a server processing this form will handle correctly.
|
void |
setAcceptCharset(javax.el.ValueExpression __acceptCharset)
This attribute specifies the list of character encodings for input data that is accepted by the server processing this form.
|
void |
setAjaxSingle(javax.el.ValueExpression __ajaxSingle)
boolean attribute which provides possibility to limit JSF tree processing(decoding, conversion/validation, value applying)
to the component which send the request only
Setter for ajaxSingle
|
void |
setAjaxSubmit(javax.el.ValueExpression __ajaxSubmit)
If "true", it becomes possible to set AJAX submission way for any components inside .
|
void |
setBypassUpdates(javax.el.ValueExpression __bypassUpdates)
If "true", after process validations phase it skips updates of model beans on a force render response.
|
void |
setData(javax.el.ValueExpression __data)
Serialized (on default with JSON) data passed on the client by a developer on AJAX request.
|
void |
setEnctype(javax.el.ValueExpression __enctype)
This attribute specifies the content type used to submit the form to the server (when the value of method is "post").
|
void |
setEventsQueue(javax.el.ValueExpression __eventsQueue)
Name of requests queue to avoid send next request before complete other from same event.
|
void |
setFocus(javax.el.ValueExpression __focus)
id of element to set focus after request completed on client side
Setter for focus
|
void |
setIgnoreDupResponses(javax.el.ValueExpression __ignoreDupResponses)
Attribute allows to ignore an Ajax Response produced by a request if the newest 'similar' request is
in a queue already.
|
void |
setLimitToList(javax.el.ValueExpression __limitToList)
If "true", then of all AJAX-rendered on the page components only those will be updated,
which ID's are passed to the "reRender" attribute of the describable component.
|
void |
setOnbeforedomupdate(javax.el.ValueExpression __onbeforedomupdate)
The client side script method to be called before DOM is updated
Setter for onbeforedomupdate
|
void |
setOncomplete(javax.el.ValueExpression __oncomplete)
The client side script method to be called after the request is completed
Setter for oncomplete
|
void |
setOnreset(javax.el.ValueExpression __onreset)
HTML: script expression; a form is reseted.
|
void |
setOnsubmit(javax.el.ValueExpression __onsubmit)
HTML: script expression; a form is submitted.
|
void |
setPrependId(javax.el.ValueExpression __prependId)
The flag indicating whether or not this form should prepend its id to its descendent id during the clientId generation process.
|
void |
setProcess(javax.el.ValueExpression __process)
Id['s] (in format of call UIComponent.findComponent()) of components, processed at the phases 2-5 in case of AjaxRequest caused by this component.
|
protected void |
setProperties(javax.faces.component.UIComponent component) |
void |
setRequestDelay(javax.el.ValueExpression __requestDelay)
Attribute defines the time (in ms.) that the request will be wait in the queue before it is ready to send.
|
void |
setReRender(javax.el.ValueExpression __reRender)
Id['s] (in format of call UIComponent.findComponent()) of components, rendered in case of AjaxRequest caused by this component.
|
void |
setSimilarityGroupingId(javax.el.ValueExpression __similarityGroupingId)
If there are any component requests with identical IDs then these requests will be grouped.
|
void |
setStatus(javax.el.ValueExpression __status)
ID (in format of call UIComponent.findComponent()) of Request status component
Setter for status
|
void |
setStyle(javax.el.ValueExpression __style)
CSS style(s) is/are to be applied when this component is rendered
Setter for style
|
void |
setStyleClass(javax.el.ValueExpression __styleClass)
Corresponds to the HTML class attribute
Setter for styleClass
|
void |
setTarget(javax.el.ValueExpression __target)
This attribute specifies the name of a frame where a document is to be opened.
|
void |
setTimeout(javax.el.ValueExpression __timeout)
Timeout ( in ms ) for request.
|
getExpressionFactory, isValueReference, setActionListenerProperty, setActionProperty, setBooleanProperty, setBooleanProperty, setDoubleProperty, setDoubleProperty, setFloatProperty, setFloatProperty, setIntegerProperty, setIntegerProperty, setLongProperty, setLongProperty, setProperty, setProperty, setStringProperty, setStringProperty, setValueChangedListenerProperty, setValueProperty, setValuePropertysetActionListenerProperty, setActionProperty, setConverterProperty, setRowKeyConverterProperty, setValidatorProperty, setValueChangeListenerPropertycreateComponent, getELContext, hasBinding, setBinding, setRenderedaddChild, addFacet, addVerbatimAfterComponent, addVerbatimBeforeComponent, createVerbatimComponent, createVerbatimComponentFromBodyContent, doAfterBody, doEndTag, doInitBody, doStartTag, encodeBegin, encodeChildren, encodeEnd, findComponent, getBodyContent, getComponentInstance, getCreated, getCreatedComponents, getDoAfterBodyValue, getDoEndValue, getDoStartValue, getFacesContext, getFacesJspId, getFacetName, getId, getIndexOfNextChildTag, getJspId, getParent, getParentUIComponentClassicTagBase, getPreviousOut, setBodyContent, setId, setJspId, setPageContext, setParent, setupResponseWriterpublic void setAccept(javax.el.ValueExpression __accept)
accept - - new valuepublic void setAcceptCharset(javax.el.ValueExpression __acceptCharset)
acceptCharset - - new valuepublic void setAjaxSingle(javax.el.ValueExpression __ajaxSingle)
ajaxSingle - - new valuepublic void setAjaxSubmit(javax.el.ValueExpression __ajaxSubmit)
ajaxSubmit - - new valuepublic void setBypassUpdates(javax.el.ValueExpression __bypassUpdates)
bypassUpdates - - new valuepublic void setData(javax.el.ValueExpression __data)
data - - new valuepublic void setEnctype(javax.el.ValueExpression __enctype)
enctype - - new valuepublic void setEventsQueue(javax.el.ValueExpression __eventsQueue)
eventsQueue - - new valuepublic void setFocus(javax.el.ValueExpression __focus)
focus - - new valuepublic void setIgnoreDupResponses(javax.el.ValueExpression __ignoreDupResponses)
ignoreDupResponses - - new valuepublic void setLimitToList(javax.el.ValueExpression __limitToList)
limitToList - - new valuepublic void setOnbeforedomupdate(javax.el.ValueExpression __onbeforedomupdate)
onbeforedomupdate - - new valuepublic void setOncomplete(javax.el.ValueExpression __oncomplete)
oncomplete - - new valuepublic void setOnreset(javax.el.ValueExpression __onreset)
onreset - - new valuepublic void setOnsubmit(javax.el.ValueExpression __onsubmit)
onsubmit - - new valuepublic void setPrependId(javax.el.ValueExpression __prependId)
prependId - - new valuepublic void setProcess(javax.el.ValueExpression __process)
process - - new valuepublic void setReRender(javax.el.ValueExpression __reRender)
reRender - - new valuepublic void setRequestDelay(javax.el.ValueExpression __requestDelay)
requestDelay - - new valuepublic void setSimilarityGroupingId(javax.el.ValueExpression __similarityGroupingId)
similarityGroupingId - - new valuepublic void setStatus(javax.el.ValueExpression __status)
status - - new valuepublic void setStyle(javax.el.ValueExpression __style)
style - - new valuepublic void setStyleClass(javax.el.ValueExpression __styleClass)
styleClass - - new valuepublic void setTarget(javax.el.ValueExpression __target)
target - - new valuepublic void setTimeout(javax.el.ValueExpression __timeout)
timeout - - new valuepublic void release()
release in interface javax.servlet.jsp.tagext.Tagrelease in class javax.faces.webapp.UIComponentELTagprotected void setProperties(javax.faces.component.UIComponent component)
setProperties in class javax.faces.webapp.UIComponentELTagpublic java.lang.String getComponentType()
getComponentType in class javax.faces.webapp.UIComponentTagBasepublic java.lang.String getRendererType()
getRendererType in class javax.faces.webapp.UIComponentTagBaseCopyright © 2013. All Rights Reserved.