Basic Customization > User Interface Customization > Customizing HTML Clients Using the Windchill JSP Framework > Attribute Panels > Solutions > Solution – Create a Simple or Advanced Attribute Panel Using a Configuration Created in a Java Builder Class > Procedure – Creating the Attribute Panel
  
Procedure – Creating the Attribute Panel
Either the builder com.ptc.jca.mvc.builders.AbstractAttributesComponentBuilder or the builder com.ptc.mvc.components.AbstractComponentBuilder can be extended for creating a panel that is not layout-based. .
The AbstractAttributesComponentBuilder sets the ComponentMode and datum object as described in the class javadoc. These configurations are not overridable. If you want your panel to be configured as described, you can extend AbstractAttributesComponentBuilder for convenience. Otherwise, you should extend AbstractComponentBuilder.