Package com.ptc.jca.mvc.components
Class AbstractMiniInfoComponentBuilder
java.lang.Object
com.ptc.mvc.components.AbstractInfoConfigBuilder
com.ptc.jca.mvc.components.AbstractInfoComponentBuilder
com.ptc.jca.mvc.components.AbstractMiniInfoComponentBuilder
- All Implemented Interfaces:
ComponentConfigBuilder,ComponentDataBuilder,InfoComponentConfigFactoryAware
- Direct Known Subclasses:
DefaultMiniInfoComponentBuilder
@ComponentBuilder("miniInfoPage")
public abstract class AbstractMiniInfoComponentBuilder
extends AbstractInfoComponentBuilder
The abstract builder to be used while building a mini info page.
Supported API: true
Extendable: true
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptionprotected AttributePanelConfigReturns the Attribute Panel for mini-info Page
Supported API: trueprotected StringgetView(ComponentParams params) View for this miniInfoPage
Supported API: trueMethods inherited from class com.ptc.mvc.components.AbstractInfoConfigBuilder
buildInfoConfig, getComponentConfigFactory, getMessageSource
-
Method Details
-
getView
View for this miniInfoPage
Supported API: true- Overrides:
getViewin classAbstractInfoConfigBuilder- Parameters:
params-- Returns:
-
buildPrimaryAttributePanelConfig
protected AttributePanelConfig buildPrimaryAttributePanelConfig(ComponentParams params) throws WTException Returns the Attribute Panel for mini-info Page
Supported API: true- Parameters:
params-- Returns:
- Throws:
WTException
-