public abstract class AbstractActionComponent
extends javax.faces.component.UICommand
Constructor and Description |
---|
AbstractActionComponent() |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
isBypassUpdates()
If "true", after process validations phase it skips updates of model beans on a force render response.
|
void |
queueEvent(javax.faces.event.FacesEvent event) |
abstract void |
setBypassUpdates(boolean bypassUpdates) |
addActionListener, broadcast, getAction, getActionExpression, getActionListener, getActionListeners, getFamily, getValue, isImmediate, removeActionListener, setAction, setActionExpression, setActionListener, setImmediate, setValue
addClientBehavior, 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, unsubscribeFromEvent
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTree
public abstract boolean isBypassUpdates()
public abstract void setBypassUpdates(boolean bypassUpdates)
public void queueEvent(javax.faces.event.FacesEvent event)
queueEvent
in class javax.faces.component.UICommand
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.