Packagenet.user1.reactor.ui
Classpublic class RegisterPane
InheritanceRegisterPane Inheritance mx.containers.VBox

Since : ReactorGUI 1.0.0

Displays a user interface for creating a user account. Includes "User ID", "Password", and "Confirm Password" text fields, plus a "Create Account" button and a status field.

See also

LoginPane


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

Since : ReactorGUI 1.0.0

The AccountManager object used to perform registration attempts.


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



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.