Class AbstractComponentBuilder

java.lang.Object
com.ptc.mvc.components.AbstractComponentConfigBuilder
com.ptc.mvc.components.AbstractComponentBuilder
All Implemented Interfaces:
ComponentConfigBuilder, com.ptc.mvc.components.ComponentConfigFactoryAware, ComponentDataBuilder
Direct Known Subclasses:
AbstractAttributesComponentBuilder, com.ptc.windchill.enterprise.change2.mvc.builders.tables.AbstractChangeTableBuilder, AbstractConfigurableTableBuilder, AbstractImpactTableBuilder, AbstractUDIAttributesBuilder, AbstractWizStepBuilder, AnnotationPartTableBuilder, DefineItemAttributesWizStepBuilder, ESIPartInfoAttrPanelBuilder, InfoEltStep, MESShopOrdersTreeBuilder, PrimaryAttributesBuilder, PSEAnnotationsForChangeWizStepBuilder, SetDispositionPickerStepBuilder, ShowTeamUsesTableBuilder, UploadDocumentAttributesStepBuilder

public abstract class AbstractComponentBuilder extends AbstractComponentConfigBuilder implements ComponentDataBuilder
Base class for components that define their configs and data in one place.

If your component must support configurable table views, consider extending from AbstractConfigurableTableBuilder

Supported API: true

Extendable: true