Interface LoginController
- All Superinterfaces:
FxController
- All Known Implementing Classes:
Login
Interface for login view controller.
Allows applications to override the login view.
Allows applications to override the login view.
-
Method Summary
Modifier and TypeMethodDescriptionvoidLogs in automatically.voidlogin()Performs the login.voidSets the initial focus.voidsetMessage(String message) Sets the message field.voidsetProgress(double progress) Sets the progress.voidsetSessionInfo(org.tentackle.session.SessionInfo sessionInfo) Sets the session info.Methods inherited from interface FxController
configure, getBinder, getContainer, getFXMLFields, getFXMLMethods, getStage, getView, setView, validateInjections
-
Method Details
-
requestInitialFocus
void requestInitialFocus()Sets the initial focus. -
setSessionInfo
void setSessionInfo(org.tentackle.session.SessionInfo sessionInfo) Sets the session info.- Parameters:
sessionInfo- the session info
-
autoLogin
void autoLogin()Logs in automatically. -
setProgress
void setProgress(double progress) Sets the progress.- Parameters:
progress- ≤ 0 login not begun yet, ≥ 1 for completed
-
setMessage
-
login
void login()Performs the login.
-