public class AjaxRegion
extends org.ajax4jsf.webapp.taglib.HtmlComponentTagBase
bodyContent, pageContext, UNIQUE_ID_PREFIX| Constructor and Description |
|---|
AjaxRegion() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getComponentType() |
java.lang.String |
getRendererType() |
void |
release() |
void |
setAjaxListener(javax.el.MethodExpression __ajaxListener)
MethodExpression representing an action listener method that will be notified when this component is activated by the ajax Request and handle it.
|
void |
setImmediate(javax.el.ValueExpression __immediate)
Flag indicating that, if this component is activated by ajaxrequest, notifications should be delivered to interested listeners and actions immediately (that is, during Apply Request Values phase) rather than waiting until Invoke Application phase
Setter for immediate
|
protected void |
setProperties(javax.faces.component.UIComponent component) |
void |
setRenderRegionOnly(javax.el.ValueExpression __renderRegionOnly)
Flag to disable rendering in AJAX responses content
outside of active region.
|
void |
setSelfRendered(javax.el.ValueExpression __selfRendered)
if "true", self-render subtree at InvokeApplication ( or Decode, if immediate property set to true ) phase
Setter for selfRendered
|
setDir, setLang, setOnclick, setOndblclick, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setStyle, setStyleClass, setTitlegetExpressionFactory, 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 setAjaxListener(javax.el.MethodExpression __ajaxListener)
ajaxListener - - new valuepublic void setImmediate(javax.el.ValueExpression __immediate)
immediate - - new valuepublic void setRenderRegionOnly(javax.el.ValueExpression __renderRegionOnly)
renderRegionOnly - - new valuepublic void setSelfRendered(javax.el.ValueExpression __selfRendered)
selfRendered - - new valuepublic void release()
release in interface javax.servlet.jsp.tagext.Tagrelease in class org.ajax4jsf.webapp.taglib.HtmlComponentTagBaseprotected void setProperties(javax.faces.component.UIComponent component)
setProperties in class org.ajax4jsf.webapp.taglib.HtmlComponentTagBasepublic 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.