Hi Laurent,
we're almost finished getting rid of our flex code in the plug-in. I also changed the definitions of the ListView for our custom object to look like those in the samples.
In our previous version, we had a status icon next to the name of the object (similiar to the Host List View) - but I have not found the possiblity to define this using the ColumnDataSourceInfo -
Is this funtionality supported using the 6.5 sdk? If so, what needs to be done? I could not find anything in the docu or the samples.
thanks
Cathy
Here is our definition:
<com.vmware.ui.lists.ColumnContainer>
<uid>com.acme.plugin.column.name</uid>
<dataInfo>
<com.vmware.ui.lists.ColumnDataSourceInfo>
<headerText>#{name}</headerText>
<requestedProperties>
<String>name</String>
</requestedProperties>
<sortProperty>name</sortProperty>
<exportProperty>name</exportProperty>
</com.vmware.ui.lists.ColumnDataSourceInfo>
</dataInfo>
</com.vmware.ui.lists.ColumnContainer>