public class SetActionListener extends Object implements javax.faces.event.ActionListener, javax.faces.component.StateHolder
Constructor and Description |
---|
SetActionListener()
Creates a SetActionListener.
|
Modifier and Type | Method and Description |
---|---|
Object |
getFrom() |
javax.el.ValueExpression |
getValueExpression(String name) |
boolean |
isTransient() |
void |
processAction(javax.faces.event.ActionEvent event)
Gets the value from the "from" property and sets it on
the ValueBinding for the "to" property
|
void |
restoreState(javax.faces.context.FacesContext context,
Object state) |
Object |
saveState(javax.faces.context.FacesContext context) |
void |
setFrom(Object from) |
void |
setTransient(boolean newTransientValue) |
void |
setValueExpression(String name,
javax.el.ValueExpression binding) |
public void processAction(javax.faces.event.ActionEvent event)
processAction
in interface javax.faces.event.ActionListener
public javax.el.ValueExpression getValueExpression(String name)
public void setValueExpression(String name, javax.el.ValueExpression binding)
public Object getFrom()
public void setFrom(Object from)
public Object saveState(javax.faces.context.FacesContext context)
saveState
in interface javax.faces.component.StateHolder
public void restoreState(javax.faces.context.FacesContext context, Object state)
restoreState
in interface javax.faces.component.StateHolder
public boolean isTransient()
isTransient
in interface javax.faces.component.StateHolder
public void setTransient(boolean newTransientValue)
setTransient
in interface javax.faces.component.StateHolder
Copyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.