Packagenet.user1.reactor.ui
Classpublic class RoomList
InheritanceRoomList Inheritance mx.controls.List

Since : ReactorGUI 1.0.0

A List component that displays all rooms in the RoomManager's room list, or just those rooms that share a specified qualifier.

Default MXML PropertydataProvider



Public Variables
 VariableDefined By
  qualifier : String
The qualifier of the rooms that should be included in this room list.
RoomList
  roomManager : RoomManager
A Reactor RoomManager reference that provides the underlying data for the visual room list.
RoomList
Public Methods
 MethodDefined By
  
Constructor
RoomList
  
dispose():void
Disposes of the resources used by this object, preparing it for garbage collection.
RoomList
Variable Descriptions
qualifiervariable
qualifier:String

Since : ReactorGUI 1.0.0

The qualifier of the rooms that should be included in this room list. To include all rooms on in the RoomManager's room list, set the qualifier to null.


Implementation
    public function get qualifier():String
    public function set qualifier(value:String):void
roomManagervariable 
roomManager:RoomManager

Since : ReactorGUI 1.0.0

A Reactor RoomManager reference that provides the underlying data for the visual room list.


Implementation
    public function get roomManager():RoomManager
    public function set roomManager(value:RoomManager):void
Constructor Description
RoomList()Constructor
public function RoomList()

Constructor

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.