Packagenet.user1.reactor.ui
Classpublic class AccountBar
InheritanceAccountBar Inheritance mx.containers.HBox

Since : ReactorGUI 1.0.0

A three-button panel for registering, logging in, and logging off a user account. Registration launches a RegisterWindow instance. Login launches a LoginWindow instance. Buttons are automatically disabled and enabled based on the current client's connection state. For example, when the current client is already logged in, the "Login" button is disabled.

See also

LoginWindow
RegisterWindow


Public Variables
 VariableDefined By
  accountManager : AccountManager
A Reactor AccountManager reference that is used to perform account registration and login.
AccountBar
Public Methods
 MethodDefined By
  
AccountBar
Variable Descriptions
accountManagervariable
accountManager:AccountManager

Since : ReactorGUI 1.0.0

A Reactor AccountManager reference that is used to perform account registration and login.


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