All Implemented Interfaces:
ComponentConfigBuilder, ComponentDataBuilder, InfoComponentConfigFactoryAware

@TypeBased("wt.change2.WTChangeActivity2") public class ChangeTaskInfoBuilder extends DefaultInfoComponentBuilder
Describes the default info page for all wt.change2.WTChangeActivity2 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_changeTask");
      • infoConfig.setMoreAttributesActionName("attributes");
      • infoConfig.setHelpContext("change_changeTask_info");
      • infoConfig.setTabSet("changeTaskInfoPageTabSet");
      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