Packagenet.user1.reactor.ui
Classpublic class ClientAttributeGrid
InheritanceClientAttributeGrid Inheritance mx.controls.DataGrid

Since : 1.0.0

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

Default MXML PropertydataProvider

See also

RoomAttributeGrid


Public Variables
 VariableDefined By
  client : IClient
The Client whose attributes will be displayed by this ClientAttributeGrid.
ClientAttributeGrid
Public Methods
 MethodDefined By
  
ClientAttributeGrid
  
dispose():void
Disposes of the resources used by this object, preparing it for garbage collection.
ClientAttributeGrid
Variable Descriptions
clientvariable
client:IClient

Since : ReactorGUI 1.0.0

The Client whose attributes will be displayed by this ClientAttributeGrid.


Implementation
    public function get client():IClient
    public function set client(value:IClient):void
Constructor Description
ClientAttributeGrid()Constructor
public function ClientAttributeGrid()



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.