org.apache.myfaces.custom.updateactionlistener
Class UpdateActionListener
java.lang.Object
org.apache.myfaces.custom.updateactionlistener.UpdateActionListener
- ActionListener, StateHolder, ValueHolder
public class UpdateActionListener
extends java.lang.Object
implements ActionListener, ValueHolder, StateHolder
$Revision: 169651 $ $Date: 2005-05-11 18:14:23 +0200 (Wed, 11 May 2005) $- Manfred Geiler (latest modification by $Author: grantsmith $)
getConverter
public Converter getConverter()
getLocalValue
public Object getLocalValue()
getPropertyBinding
public ValueBinding getPropertyBinding()
getValue
public Object getValue()
getValueBinding
public ValueBinding getValueBinding()
isTransient
public boolean isTransient()
processAction
public void processAction(ActionEvent actionEvent)
throws AbortProcessingException
restoreState
public void restoreState(FacesContext context,
Object state)
saveState
public Object saveState(FacesContext context)
setConverter
public void setConverter(Converter converter)
setPropertyBinding
public void setPropertyBinding(ValueBinding propertyBinding)
setTransient
public void setTransient(boolean newTransientValue)
setValue
public void setValue(Object value)
setValueBinding
public void setValueBinding(ValueBinding valueBinding)