Class PoemMiniInfoBuilder

All Implemented Interfaces:
ComponentConfigBuilder, ComponentDataBuilder, InfoComponentConfigFactoryAware, TypedAttrLayOutFactoryAware

@TypeBased("org.example.FakePoem") public class PoemMiniInfoBuilder extends DefaultMiniInfoComponentBuilder
Example builder for the mini info component. This shows his shows how you can hide some areas of the mini navigator.
Supported API: true

Extendable: true
  • Method Details

    • buildInfoConfig

      public com.ptc.mvc.components.MiniInfoConfig buildInfoConfig(ComponentParams params) throws WTException
      Creates a new MiniInfoConfig configured for a mini info page with NavigateThumbnails and Related Information hidden to demonstrate this capability. An error is expected in the method server log. By default, only related information is available, the menu is disabled.
      Supported API: true
      Overrides:
      buildInfoConfig in class DefaultMiniInfoComponentBuilder
      Returns:
      Throws:
      WTException