Class SignupForm

java.lang.Object
javafx.scene.Node
javafx.scene.Parent
javafx.scene.layout.Region
javafx.scene.layout.Pane
javafx.scene.layout.VBox
passport.application.desktop.ui.welcome.signup.SignupForm
All Implemented Interfaces:
javafx.css.Styleable, javafx.event.EventTarget

public class SignupForm extends javafx.scene.layout.VBox
Manages the signup form in the welcome window. Uses CredentialsStep, PersonalInfoStep for a multi-step signup process managed by SignupStepPane.