public class UIActionParameter
extends javax.faces.component.UIParameter
implements javax.faces.event.ActionListener, org.richfaces.ui.ajax.parameter.JavaScriptParameter
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENT_TYPE |
| Constructor and Description |
|---|
UIActionParameter() |
| Modifier and Type | Method and Description |
|---|---|
javax.el.MethodExpression |
getActionListener() |
javax.el.ValueExpression |
getAssignToBinding() |
javax.faces.convert.Converter |
getConverter() |
String |
getName() |
Object |
getValue() |
boolean |
isNoEscape() |
void |
processAction(javax.faces.event.ActionEvent actionEvent) |
void |
restoreState(javax.faces.context.FacesContext context,
Object state) |
Object |
saveState(javax.faces.context.FacesContext context) |
void |
setActionListener(javax.el.MethodExpression actionListener) |
void |
setAssignToBinding(javax.el.ValueExpression propertyBinding) |
void |
setConverter(javax.faces.convert.Converter converter) |
void |
setNoEscape(boolean noEscape) |
getFamily, isDisable, setDisable, setName, setValueaddClientBehavior, addFacesListener, broadcast, 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, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, 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 static final String COMPONENT_TYPE
public void setAssignToBinding(javax.el.ValueExpression propertyBinding)
public javax.el.ValueExpression getAssignToBinding()
public javax.el.MethodExpression getActionListener()
public void setActionListener(javax.el.MethodExpression actionListener)
public void setConverter(javax.faces.convert.Converter converter)
public javax.faces.convert.Converter getConverter()
public void setNoEscape(boolean noEscape)
setNoEscape in interface org.richfaces.ui.ajax.parameter.JavaScriptParameterpublic boolean isNoEscape()
isNoEscape in interface org.richfaces.ui.ajax.parameter.JavaScriptParameterpublic String getName()
getName in class javax.faces.component.UIParameterpublic Object getValue()
getValue in class javax.faces.component.UIParameterpublic void processAction(javax.faces.event.ActionEvent actionEvent)
throws javax.faces.event.AbortProcessingException
processAction in interface javax.faces.event.ActionListenerjavax.faces.event.AbortProcessingExceptionpublic void restoreState(javax.faces.context.FacesContext context,
Object state)
restoreState in interface javax.faces.component.StateHolderrestoreState in class javax.faces.component.UIComponentBasepublic Object saveState(javax.faces.context.FacesContext context)
saveState in interface javax.faces.component.StateHoldersaveState in class javax.faces.component.UIComponentBaseCopyright © 2013 JBoss by Red Hat. All Rights Reserved.