Class ResetInputActionListener

java.lang.Object
org.apache.myfaces.tobago.event.AbstractResetInputActionListener
org.apache.myfaces.tobago.event.ResetInputActionListener
All Implemented Interfaces:
EventListener, javax.faces.component.StateHolder, javax.faces.event.ActionListener, javax.faces.event.FacesListener

public class ResetInputActionListener extends AbstractResetInputActionListener implements javax.faces.component.StateHolder
  • Constructor Details

    • ResetInputActionListener

      public ResetInputActionListener()
    • ResetInputActionListener

      public ResetInputActionListener(String[] clientIds)
    • ResetInputActionListener

      public ResetInputActionListener(Collection<String> clientIds)
  • Method Details

    • processAction

      public void processAction(javax.faces.event.ActionEvent event)
      Specified by:
      processAction in interface javax.faces.event.ActionListener
    • isTransient

      public boolean isTransient()
      Specified by:
      isTransient in interface javax.faces.component.StateHolder
    • setTransient

      public void setTransient(boolean newTransientValue)
      Specified by:
      setTransient in interface javax.faces.component.StateHolder
    • restoreState

      public void restoreState(javax.faces.context.FacesContext context, Object state)
      Specified by:
      restoreState in interface javax.faces.component.StateHolder
    • saveState

      public Object saveState(javax.faces.context.FacesContext context)
      Specified by:
      saveState in interface javax.faces.component.StateHolder