public class BasicActionComponent extends AbstractActionComponent implements AjaxCommandProps
| Constructor and Description |
|---|
BasicActionComponent() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getData()
Serialized (on default with JSON) data passed to the client by a developer on an AJAX request.
|
Object |
getExecute()
Ids of components that will participate in the "execute" portion of the Request Processing Lifecycle.
|
String |
getOnbeforedomupdate()
The client-side script method to be called after the ajax response comes back, but before the DOM is updated
|
String |
getOnbegin()
The client-side script method to be called before an ajax request.
|
String |
getOncomplete()
The client-side script method to be called after the DOM is updated
|
String |
getOnerror()
The client-side script method to be called when the request results in an error
|
Object |
getRender()
Ids of components that will participate in the "render" portion of the Request Processing Lifecycle.
|
String |
getStatus()
Name of the request status component that will indicate the status of the Ajax request
|
boolean |
isBypassUpdates()
If "true", after process validations phase it skips updates of model beans on a force render response.
|
boolean |
isLimitRender()
If "true", render only those ids specified in the "render" attribute, forgoing the render of the auto-rendered panels
|
boolean |
isResetValues()
If true, indicate that this particular Ajax transaction is a value reset transaction.
|
void |
setExecute(Object execute) |
void |
setRender(Object render) |
queueEventaddActionListener, broadcast, getAction, getActionExpression, getActionListener, getActionListeners, getFamily, getValue, isImmediate, removeActionListener, setAction, setActionExpression, setActionListener, setImmediate, setValueaddClientBehavior, addFacesListener, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEventencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTreepublic Object getExecute()
getExecute in interface AjaxPropspublic void setExecute(Object execute)
public Object getRender()
getRender in interface AjaxActivatorPropspublic void setRender(Object render)
public boolean isBypassUpdates()
BypassPropsisBypassUpdates in interface BypassPropspublic boolean isLimitRender()
AjaxActivatorPropsisLimitRender in interface AjaxActivatorPropspublic Object getData()
AjaxActivatorPropsgetData in interface AjaxActivatorPropspublic String getOnbeforedomupdate()
AjaxActivatorPropsgetOnbeforedomupdate in interface AjaxActivatorPropspublic String getOncomplete()
AjaxActivatorPropsgetOncomplete in interface AjaxActivatorPropspublic String getOnerror()
ErrorPropsgetOnerror in interface ErrorPropspublic String getStatus()
AjaxPropspublic String getOnbegin()
AjaxPropsgetOnbegin in interface AjaxPropspublic boolean isResetValues()
AjaxCommandPropsisResetValues in interface AjaxCommandPropsCopyright © 2015 JBoss by Red Hat. All Rights Reserved.