Packagenet.user1.reactor.ui
Classpublic class UserAccountCount
InheritanceUserAccountCount Inheritance mx.controls.Label

Since : ReactorGUI 1.0.0

Displays the number of accounts currently registered on Union Server. Requires the supplied AccountManager to watchForAccounts().



Public Variables
 VariableDefined By
  accountManager : AccountManager
The AccountManager object for which this control should display the number of user accounts.
UserAccountCount
  DEFAULT_LABEL : String = User accounts:
[static]
UserAccountCount
  label : String
UserAccountCount
Variable Descriptions
accountManagervariable
accountManager:AccountManager

The AccountManager object for which this control should display the number of user accounts.


Implementation
    public function get accountManager():AccountManager
    public function set accountManager(value:AccountManager):void
DEFAULT_LABELvariable 
public static var DEFAULT_LABEL:String = User accounts:

labelvariable 
label:String


Implementation
    public function get label():String
    public function set label(value:String):void