Package org.apache.myfaces.tobago.event
Klasse ResetInputActionListener
java.lang.Object
org.apache.myfaces.tobago.event.AbstractResetInputActionListener
org.apache.myfaces.tobago.event.ResetInputActionListener
- Alle implementierten Schnittstellen:
EventListener
,javax.faces.component.StateHolder
,javax.faces.event.ActionListener
,javax.faces.event.FacesListener
public class ResetInputActionListener
extends AbstractResetInputActionListener
implements javax.faces.component.StateHolder
-
Feldübersicht
Von Schnittstelle geerbte Felder javax.faces.event.ActionListener
TO_FLOW_DOCUMENT_ID_ATTR_NAME
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungResetInputActionListener
(String[] clientIds) ResetInputActionListener
(Collection<String> clientIds) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean
void
processAction
(javax.faces.event.ActionEvent event) void
restoreState
(javax.faces.context.FacesContext context, Object state) saveState
(javax.faces.context.FacesContext context) void
setTransient
(boolean newTransientValue) Von Klasse geerbte Methoden org.apache.myfaces.tobago.event.AbstractResetInputActionListener
reset, resetChildren
-
Konstruktordetails
-
ResetInputActionListener
public ResetInputActionListener() -
ResetInputActionListener
-
ResetInputActionListener
-
-
Methodendetails
-
processAction
public void processAction(javax.faces.event.ActionEvent event) - Angegeben von:
processAction
in Schnittstellejavax.faces.event.ActionListener
-
isTransient
public boolean isTransient()- Angegeben von:
isTransient
in Schnittstellejavax.faces.component.StateHolder
-
setTransient
public void setTransient(boolean newTransientValue) - Angegeben von:
setTransient
in Schnittstellejavax.faces.component.StateHolder
-
restoreState
- Angegeben von:
restoreState
in Schnittstellejavax.faces.component.StateHolder
-
saveState
- Angegeben von:
saveState
in Schnittstellejavax.faces.component.StateHolder
-