Class AbstractLogin.ForgotPasswordEvent

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    AbstractLogin

    @DomEvent("forgot-password")
    public static class AbstractLogin.ForgotPasswordEvent
    extends com.vaadin.flow.component.ComponentEvent<AbstractLogin>
    `forgot-password` is fired when the user clicks Forgot password button
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Method Summary

      • Methods inherited from class com.vaadin.flow.component.ComponentEvent

        getSource, isFromClient, unregisterListener
      • Methods inherited from class java.util.EventObject

        toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ForgotPasswordEvent

        public ForgotPasswordEvent​(AbstractLogin source,
                                   boolean fromClient)