public interface LoginViewDelegate
An interface that can be implemented to handle login in the LoginView.
LoginViewController.setLoginViewDelegate(LoginViewDelegate),
LoginFormController.setLoginViewDelegate(LoginViewDelegate)| Modifier and Type | Method and Description |
|---|---|
void |
loginViewHandleForgotPassword(ActionNode.ActionNodeEvent evt)
Triggered when the "Forgot password" button is pressed in the
LoginView |
void |
loginViewHandleLogin(ActionNode.ActionNodeEvent evt)
Triggered when the
LoginViewSchema.loginAction action is triggered - which
is usually when the user presses the "Login" button. |
void loginViewHandleLogin(ActionNode.ActionNodeEvent evt)
Triggered when the LoginViewSchema.loginAction action is triggered - which
is usually when the user presses the "Login" button.
evt - The event.void loginViewHandleForgotPassword(ActionNode.ActionNodeEvent evt)
Triggered when the "Forgot password" button is pressed in the LoginView
evt - Copyright © 2021. All Rights Reserved.