Packagenet.user1.reactor.ui
Classpublic class RoomAttributeGrid
InheritanceRoomAttributeGrid Inheritance mx.controls.DataGrid

Since : 1.0.0

A data grid that displays a room's attributes. Used in administrative and debugging interfaces.

Default MXML PropertydataProvider

See also

ClientAttributeGrid


Public Variables
 VariableDefined By
  room : Room
The Room whose attributes will be displayed by this RoomAttributeGrid.
RoomAttributeGrid
Public Methods
 MethodDefined By
  
RoomAttributeGrid
  
dispose():void
Disposes of the resources used by this class, preparing it for garbage collection.
RoomAttributeGrid
Variable Descriptions
roomvariable
room:Room

Since : ReactorGUI 1.0.0

The Room whose attributes will be displayed by this RoomAttributeGrid.


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



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

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