Class ChangeNoticeInfoPageBuilder

All Implemented Interfaces:
ComponentConfigBuilder, ComponentDataBuilder, InfoComponentConfigFactoryAware

@TypeBased("wt.change2.WTChangeOrder2") public class ChangeNoticeInfoPageBuilder extends DefaultInfoComponentBuilder
Describes the default info page for all wt.change2.WTChangeOrder2 objects.

Supported API: true

Extendable: true
  • Method Details

    • buildInfoConfig

      public InfoConfig buildInfoConfig(ComponentParams params) throws WTException
      Describes and configures the InfoConfig.
      • infoConfig.setNavBarName("third_level_nav_changeNotice");
      • infoConfig.setMoreAttributesActionName("attributes");
      • infoConfig.setHelpContext("change_changeNotice_info");
      • infoConfig.setTabSet("changeNoticeInfoPageTabSet");
      The "statusFamily_Share" and "statusFamily_Security" status indicators are also added to the InfoConfig.

      Supported API: true
      Overrides:
      buildInfoConfig in class DefaultInfoComponentBuilder
      Parameters:
      params -
      Returns:
      Throws:
      WTException