@FxControllerService(binding=NO) public class Login extends AbstractFxController
| Constructor and Description |
|---|
Login() |
| Modifier and Type | Method and Description |
|---|---|
void |
initialize(URL location,
ResourceBundle resources) |
void |
setMessage(String message)
Sets the message field.
|
void |
setProgress(double value)
Sets the progress.
|
void |
setSessionInfo(org.tentackle.pdo.SessionInfo sessionInfo)
Sets the session info.
|
void |
setView(javafx.scene.Parent view) |
configure, createBinder, getBinder, getContainer, getDefaultScopes, getFXMLFields, getFXMLMethods, getStage, getView, validateInjectionspublic void initialize(URL location, ResourceBundle resources)
public void setView(javafx.scene.Parent view)
setView in interface FxControllersetView in class AbstractFxControllerpublic void setSessionInfo(org.tentackle.pdo.SessionInfo sessionInfo)
sessionInfo - the session infopublic void setProgress(double value)
value - negative to infinite, 0 to hide progress bar, else up to 1 for 100%public void setMessage(String message)
message - the messageCopyright © 2016 Krake Softwaretechnik. All rights reserved.