Packagenet.user1.reactor.ui
Classpublic class RoomClientList
InheritanceRoomClientList Inheritance mx.controls.List
Subclasses RoomObserverList, RoomOccupantList

Since : ReactorGUI 1.0.0

The abstract base class for RoomOccupantList and RoomObserverList.

Default MXML PropertydataProvider



Public Variables
 VariableDefined By
  accountManager : AccountManager
The AccountManager that this UserList uses to determine user IDs for clients in the list.
RoomClientList
  room : Room
The Room whose clients will be displayed in this UserList.
RoomClientList
Public Methods
 MethodDefined By
  
RoomClientList
  
dispose():void
Disposes of the resources used by this class, preparing it for garbage collection.
RoomClientList
Variable Descriptions
accountManagervariable
accountManager:AccountManager

Since : ReactorGUI 1.0.0

The AccountManager that this UserList uses to determine user IDs for clients in the list.


Implementation
    public function get accountManager():AccountManager
    public function set accountManager(value:AccountManager):void
roomvariable 
room:Room

Since : ReactorGUI 1.0.0

The Room whose clients will be displayed in this UserList.


Implementation
    public function get room():Room
    public function set room(value:Room):void
Constructor Description
RoomClientList()Constructor
public function RoomClientList()



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

Since : ReactorGUI 1.0.0

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