Package com.ptc.mvc.builders.carambola
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
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptioncom.ptc.mvc.components.MiniInfoConfigbuildInfoConfig(ComponentParams params) Creates a newMiniInfoConfigconfigured for a mini info page with NavigateThumbnails and Related Information hidden to demonstrate this capability.Methods inherited from class com.ptc.jca.mvc.components.AbstractMiniInfoComponentBuilder
getViewMethods inherited from class com.ptc.mvc.components.AbstractInfoConfigBuilder
getComponentConfigFactory, getMessageSource
-
Method Details
-
buildInfoConfig
public com.ptc.mvc.components.MiniInfoConfig buildInfoConfig(ComponentParams params) throws WTException Creates a newMiniInfoConfigconfigured 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:
buildInfoConfigin classDefaultMiniInfoComponentBuilder- Returns:
- Throws:
WTException
-