Example: Example Extension to Object List View shows part of an example extension definition for an extension that adds a column to the virtual machine object list view. The column shows the name of the host object related to a virtual machine object.
The <object> element
type attribute specifies the column or columns to add to the target object list view. The properties referenced in the
<requestedProperties> elements are requested by the platform, with no UI code involved. On the Virgo application server, the Data Access Manager retrieves the requested property for you and returns it to the client.
Example: Example Extension to Object List View shows a partial example of an extension definition for an extension that adds a chassis object list view. The list view shows the name of a custom
Chassis object, in addition to any other properties specified inside
ColumnContainer elements.
The <object> element
type attribute specifies the column or columns in the target object list view. The properties referenced in the
<requestedProperties> elements are requested by the platform, with no UI code involved. On the Virgo application server, you need to implement a Data Service Adapter to retrieve data and return it to the client.