public class UpdateActionListener
extends java.lang.Object
implements javax.faces.event.ActionListener, javax.faces.component.ValueHolder, javax.faces.component.StateHolder
| Constructor and Description |
|---|
UpdateActionListener() |
| Modifier and Type | Method and Description |
|---|---|
javax.faces.convert.Converter |
getConverter() |
java.lang.Object |
getLocalValue() |
javax.faces.el.ValueBinding |
getPropertyBinding() |
java.lang.Object |
getValue() |
javax.faces.el.ValueBinding |
getValueBinding() |
boolean |
isTransient() |
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 |
setConverter(javax.faces.convert.Converter converter) |
void |
setPropertyBinding(javax.faces.el.ValueBinding propertyBinding) |
void |
setTransient(boolean newTransientValue) |
void |
setValue(java.lang.Object value) |
void |
setValueBinding(javax.faces.el.ValueBinding valueBinding) |
public void setPropertyBinding(javax.faces.el.ValueBinding propertyBinding)
public javax.faces.el.ValueBinding getPropertyBinding()
public void setValue(java.lang.Object value)
setValue in interface javax.faces.component.ValueHolderpublic java.lang.Object getValue()
getValue in interface javax.faces.component.ValueHolderpublic java.lang.Object getLocalValue()
getLocalValue in interface javax.faces.component.ValueHolderpublic javax.faces.el.ValueBinding getValueBinding()
public void setValueBinding(javax.faces.el.ValueBinding valueBinding)
public javax.faces.convert.Converter getConverter()
getConverter in interface javax.faces.component.ValueHolderpublic void setConverter(javax.faces.convert.Converter converter)
setConverter in interface javax.faces.component.ValueHolderpublic void processAction(javax.faces.event.ActionEvent actionEvent)
throws javax.faces.event.AbortProcessingException
processAction in interface javax.faces.event.ActionListenerjavax.faces.event.AbortProcessingExceptionpublic java.lang.Object saveState(javax.faces.context.FacesContext context)
saveState in interface javax.faces.component.StateHolderpublic void restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
restoreState in interface javax.faces.component.StateHolderpublic boolean isTransient()
isTransient in interface javax.faces.component.StateHolderpublic void setTransient(boolean newTransientValue)
setTransient in interface javax.faces.component.StateHolder