Class ChangeNoticeInfoPageBuilder
java.lang.Object
com.ptc.mvc.components.AbstractInfoConfigBuilder
com.ptc.jca.mvc.components.AbstractInfoComponentBuilder
com.ptc.jca.mvc.builders.DefaultInfoComponentBuilder
com.ptc.windchill.enterprise.change2.mvc.builders.infoPages.ChangeNoticeInfoPageBuilder
- All Implemented Interfaces:
ComponentConfigBuilder,ComponentDataBuilder,InfoComponentConfigFactoryAware
@TypeBased("wt.change2.WTChangeOrder2")
public class ChangeNoticeInfoPageBuilder
extends DefaultInfoComponentBuilder
Describes the default info page for all
Supported API: true
Extendable: true
wt.change2.WTChangeOrder2
objects.
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptionbuildInfoConfig(ComponentParams params) Describes and configures theInfoConfig.Methods inherited from class com.ptc.jca.mvc.components.AbstractInfoComponentBuilder
buildComponentDataMethods inherited from class com.ptc.mvc.components.AbstractInfoConfigBuilder
buildComponentConfig, getComponentConfigFactory, getMessageSource, postProcessInfoConfig, setComponentConfigFactory
-
Method Details
-
buildInfoConfig
Describes and configures theInfoConfig.- infoConfig.setNavBarName("third_level_nav_changeNotice");
- infoConfig.setMoreAttributesActionName("attributes");
- infoConfig.setHelpContext("change_changeNotice_info");
- infoConfig.setTabSet("changeNoticeInfoPageTabSet");
InfoConfig.
Supported API: true- Overrides:
buildInfoConfigin classDefaultInfoComponentBuilder- Parameters:
params-- Returns:
- Throws:
WTException
-