Packagenet.user1.reactor.ui
Classpublic class LoginPane
InheritanceLoginPane Inheritance mx.containers.VBox

Since : ReactorGUI 1.0.0

Displays a user interface for logging in a user account. Includes "User ID", "Password", and "Confirm Password" text fields, plus a login button and "Remember password" checkbox.



Public Variables
 VariableDefined By
  accountManager : AccountManager
The AccountManager object used to perform login attempts.
LoginPane
Public Methods
 MethodDefined By
  
LoginPane
  
dispose():void
Disposes of the resources used by this object, preparing it for garbage collection.
LoginPane
  
Assigns input focus to the "User ID" field.
LoginPane
Variable Descriptions
accountManagervariable
accountManager:AccountManager

Since : ReactorGUI 1.0.0

The AccountManager object used to perform login attempts.


Implementation
    public function get accountManager():AccountManager
    public function set accountManager(value:AccountManager):void
Constructor Description
LoginPane()Constructor
public function LoginPane()



Method Descriptions
dispose()method
public function dispose():void

Since : ReactorGUI 1.0.0

Disposes of the resources used by this object, preparing it for garbage collection.

focusUserID()method 
public function focusUserID():void

Since : ReactorGUI 1.0.0

Assigns input focus to the "User ID" field.