Packagenet.user1.reactor.ui
Classpublic class AccountGrid
InheritanceAccountGrid Inheritance mx.controls.DataGrid

Since : ReactorGUI 1.0.0

Displays a list of user accounts currently known to Reactor. To display all accounts on the server, first invoke AccountManager's watchForUserAccounts() method.

Default MXML PropertydataProvider



Public Variables
 VariableDefined By
  accountManager : AccountManager
AccountGrid
Public Methods
 MethodDefined By
  
AccountGrid
Variable Descriptions
accountManagervariable
accountManager:AccountManager


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