org.apache.myfaces.custom.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) $
Method Summary | |
---|---|
Converter | getConverter() |
Object | getLocalValue() |
ValueBinding | getPropertyBinding() |
Object | getValue() |
ValueBinding | getValueBinding() |
boolean | isTransient() |
void | processAction(ActionEvent actionEvent) |
void | restoreState(FacesContext context, Object state) |
Object | saveState(FacesContext context) |
void | setConverter(Converter converter) |
void | setPropertyBinding(ValueBinding propertyBinding) |
void | setTransient(boolean newTransientValue) |
void | setValue(Object value) |
void | setValueBinding(ValueBinding valueBinding) |