Examples of MVC components
Hi,
I'm trying to implement a new client view on the part info page. I am happy to know that there is a list of ComponentConfig (see e.g page 260 of PTC Windchill Customization Guide for 11.0F000). Some of them:
- TableConfig
- AttributesTableConfig
- TreeConfig
- AttributePanelConfig
- ...
Does someone know where to find a description or screenshots of the result while using each object ?
A description of the hierarchies of the component would also help me a lot : what component could be added (or not) to a component.
From the class names, I could implement a prototype with GroupConfig and AttributeConfig. Something like following :

The javadoc could not help me so much, and I cannot seriously experiment everything....
Best Regards,
Loïc


