The DisplayObject class represents an instance of a DataSource object within the DataView used for visual display and organization. A DisplayObject exists within a DisplayFolder.
Constructor |
Description |
Creates a new instance of a DisplayObject |
Method |
Description |
Retrieves the id of the folder this object is in |
|
Retrieves the GC identifier code for this object |
|
Retrieve whether this object is hidden (note that it could also be hidden if it is inside a hidden folder) |
|
Retrieve this object's ObjectType |
|
Sets the id of the folder this object is in |
|
Convenience method to get the Displayable name. |
|
Sets the GC identifier code for this object (this does not change the GC code on the real datasource object -- this is part of the key we use to match this object to the actual datasource object) |
|
Set whether this object is hidden (note that it could also be hidden if it is inside a hidden folder) |
|
Set this object's ObjectType (this does not change the GC code on the real datasource object -- this is part of the key we use to match this object to the actual datasource object) |