Package com.ptc.mvc.builders.carambola
Class LiteratureMiniInfoBuilder
java.lang.Object
com.ptc.mvc.components.AbstractInfoConfigBuilder
com.ptc.jca.mvc.components.AbstractInfoComponentBuilder
com.ptc.jca.mvc.components.AbstractMiniInfoComponentBuilder
com.ptc.jca.mvc.builders.DefaultMiniInfoComponentBuilder
com.ptc.mvc.builders.carambola.LiteratureMiniInfoBuilder
- All Implemented Interfaces:
ComponentConfigBuilder,ComponentDataBuilder,InfoComponentConfigFactoryAware,TypedAttrLayOutFactoryAware
@TypeBased("org.example.FakeLiterature")
public class LiteratureMiniInfoBuilder
extends DefaultMiniInfoComponentBuilder
Example builder for the mini info component. This 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 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 hidden to demonstrate this capability.
Supported API: true- Overrides:
buildInfoConfigin classDefaultMiniInfoComponentBuilder- Returns:
- Throws:
WTException
-