public class UIActionParameter extends javax.faces.component.UIParameter implements javax.faces.event.ActionListener, 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, setValue
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getPassThroughAttributes, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEvent
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTree
public 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 JavaScriptParameter
public boolean isNoEscape()
isNoEscape
in interface JavaScriptParameter
public String getName()
getName
in class javax.faces.component.UIParameter
public Object getValue()
getValue
in class javax.faces.component.UIParameter
public void processAction(javax.faces.event.ActionEvent actionEvent) throws javax.faces.event.AbortProcessingException
processAction
in interface javax.faces.event.ActionListener
javax.faces.event.AbortProcessingException
public void restoreState(javax.faces.context.FacesContext context, Object state)
restoreState
in interface javax.faces.component.StateHolder
restoreState
in class javax.faces.component.UIComponentBase
public Object saveState(javax.faces.context.FacesContext context)
saveState
in interface javax.faces.component.StateHolder
saveState
in class javax.faces.component.UIComponentBase
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.