org.apache.myfaces.custom.updateactionlistener

Class UpdateActionListener

public class UpdateActionListener extends Object implements ActionListener, ValueHolder, StateHolder

Version: $Revision: 169651 $ $Date: 2005-05-11 18:14:23 +0200 (Wed, 11 May 2005) $

Author: Manfred Geiler (latest modification by $Author: grantsmith $)

Method Summary
ConvertergetConverter()
ObjectgetLocalValue()
ValueBindinggetPropertyBinding()
ObjectgetValue()
ValueBindinggetValueBinding()
booleanisTransient()
voidprocessAction(ActionEvent actionEvent)
voidrestoreState(FacesContext context, Object state)
ObjectsaveState(FacesContext context)
voidsetConverter(Converter converter)
voidsetPropertyBinding(ValueBinding propertyBinding)
voidsetTransient(boolean newTransientValue)
voidsetValue(Object value)
voidsetValueBinding(ValueBinding valueBinding)

Method Detail

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)

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)