Package | net.user1.reactor.ui |
Class | public class RoomList |
Inheritance | RoomList ![]() |
Since : | ReactorGUI 1.0.0 |
Default MXML PropertydataProvider
Variable | Defined 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 |
Method | Defined By | ||
---|---|---|---|
RoomList()
Constructor
| RoomList | ||
dispose():void
Disposes of the resources used by this object, preparing it for garbage
collection. | RoomList |
qualifier | variable |
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.
public function get qualifier():String
public function set qualifier(value:String):void
roomManager | variable |
roomManager:RoomManager
Since : | ReactorGUI 1.0.0 |
A Reactor RoomManager reference that provides the underlying data for the visual room list.
public function get roomManager():RoomManager
public function set roomManager(value:RoomManager):void
RoomList | () | Constructor |
public function RoomList()
Constructor
dispose | () | method |
public function dispose():void
Since : | ReactorGUI 1.0.0 |
Disposes of the resources used by this object, preparing it for garbage collection.