Package com.ptc.mvc.components
Interface ComponentConfigBuilder
- All Known Implementing Classes:
com.ptc.windchill.enterprise.change2.mvc.builders.tables.AbstractAffectedAndResultingItemsTableBuilder,com.ptc.windchill.enterprise.change2.mvc.builders.tables.AbstractAssociatedChangesTable,AbstractAttributesComponentBuilder,AbstractBusinessRulesResultsTable,com.ptc.windchill.enterprise.change2.mvc.builders.tables.AbstractChangeTableBuilder,AbstractComponentBuilder,AbstractComponentConfigBuilder,AbstractConfigurableTableBuilder,com.ptc.windchill.enterprise.change2.mvc.builders.tables.AbstractFlexAssociatedChangesTable,AbstractImpactTableBuilder,AbstractInfoComponentBuilder,AbstractInfoConfigBuilder,AbstractMiniInfoComponentBuilder,com.ptc.windchill.enterprise.part.reports.mvc.builders.AbstractTableReportConfigBuilder,com.ptc.windchill.enterprise.part.reports.mvc.builders.AbstractTreeReportConfigBuilder,AbstractUDIAttributesBuilder,AbstractWizStepBuilder,AdditionalAttributesBuilder,AffectedDataTableBuilder,AffectedEndItemsTableBuilder,AffectedItemsTableBuilder,AnnotationChangeTableBuilder,AnnotationPartTableBuilder,AssociatedChangesProcessTable,AssociatedChangesTable,BaseClientInfoBuilder,BoardDefineItemAttributesWizStepBuilder,BomRollupReportTreeBuilder,BOMTableConfigBuilder,BusinessRuleSetsTable,BusinessRulesResultsStep,BusinessRulesResultsTable,CapabilityDefineItemAttributesWizStepBuilder,ChangeAttributesBuilder,ChangeEditDetailsWizStepBuilder,ChangeNoticeInfoPageBuilder,ChangeReviewInfoBuilder,ChangeTaskAttributesBuilder,ChangeTaskEditDetailsWizStepBuilder,ChangeTaskInfoBuilder,CommonTeamTableBuilder,DefaultEditAttributesWizStepBuilder,DefaultInfoComponentBuilder,DefaultMiniInfoComponentBuilder,defineDesignBuilder,DefineItemAttributesWizStepBuilder,DefineItemAttributesWizStepBuilderForAttrPanelWizard,DrawingSetInfoPageBuilder,DrawingSheetInfoPageBuilder,EditAgreeSetAttributesStepBuilders,EnterpriseDataInfoBuilder,ESIPartInfoAttrPanelBuilder,ESITargetInfoBuilder,FolderTableBuilder,ImpactedObjectsTableBuilder,ImpactorObjectsTableBuilder,InfoEltStep,InsertPartAttributesBuilder,LiteratureMiniInfoBuilder,LotBaselineInfoBuilder,MESShopOrdersTreeBuilder,MissingObjectsTableBuilder,MPMLInfoBuilder,MPMLResourceMasterInfoBuilder,MPMOperationDefineItemAttributesWizStepBuilders,MultiLevelBOMReportTreeBuilder,MultiLevelBOMWithReplacementsReportTreeBuilder,NewCadDocDefineItemAttributesWizStepBuilder,com.ptc.windchill.uwgm.cadx.newcaddoc.mvc.builders.NewCadDocTypedAttributesPanelBuilder,com.ptc.windchill.uwgm.cadx.createecaddesign.mvc.builders.NewECADDocTypedAttributesPanelBuilder,NovelMiniInfoBuilder,PartDefineItemAttributesWizStepBuilder,com.ptc.windchill.enterprise.part.mvc.builders.PartInfoBuilder,com.ptc.windchill.enterprise.partmaster.mvc.builders.PartMasterInfoBuilder,PlantFunctionalDataInfoBuilder,PoemMiniInfoBuilder,PrimaryAttributesBuilder,ProblemReportInfoBuilder,ProcessPlanDefineItemAttributesWizStepBuilder,PSEAnnotationsForChangeWizStepBuilder,ResourceDefineItemAttributesWizStepBuilder,ResultingItemsTableBuilder,SchematicDefineItemAttributesWizStepBuilder,SequenceDefineItemAttributesWizStepBuilder,SetDispositionPickerStepBuilder,SharedTeamInfoBuilder,ShowTeamUsesTableBuilder,SingleLevelBOMReportTreeBuilder,SingleLevelConsolidatedBOMTableBuilder,StandardOperationDefineItemAttributesWizStepBuilder,TypedAttributesPanelBuilder,UploadDocumentAttributesStepBuilder,VarianceInfoBuilder,VisualizationAttributesBuilder
public interface ComponentConfigBuilder
A builder interface that the application developer has to implement to provide his ComponentConfig
Supported API: true
Extendable: true
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptionbuildComponentConfig(ComponentParams params) Returns the ComponentConfig of the component that needs to be build
Supported API: true
-
Method Details
-
buildComponentConfig
Returns the ComponentConfig of the component that needs to be build
Supported API: true- Parameters:
params-- Returns:
- Throws:
WTException
-