public class UIActionParameter
extends javax.faces.component.UIParameter
implements javax.faces.event.ActionListener, org.ajax4jsf.component.JavaScriptParameter
Modifier and Type | Field and Description |
---|---|
static java.lang.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() |
java.lang.String |
getName() |
java.lang.Object |
getValue() |
boolean |
isNoEscape() |
void |
processAction(javax.faces.event.ActionEvent actionEvent) |
void |
restoreState(javax.faces.context.FacesContext context,
java.lang.Object state) |
java.lang.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) |
addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding
public static final java.lang.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.ajax4jsf.component.JavaScriptParameter
public boolean isNoEscape()
isNoEscape
in interface org.ajax4jsf.component.JavaScriptParameter
public java.lang.String getName()
getName
in class javax.faces.component.UIParameter
public java.lang.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, java.lang.Object state)
restoreState
in interface javax.faces.component.StateHolder
restoreState
in class javax.faces.component.UIParameter
public java.lang.Object saveState(javax.faces.context.FacesContext context)
saveState
in interface javax.faces.component.StateHolder
saveState
in class javax.faces.component.UIParameter
Copyright © 2015. All Rights Reserved.