Package com.ptc.jca.mvc.components
Class AbstractWizStepBuilder
java.lang.Object
com.ptc.mvc.components.AbstractComponentConfigBuilder
com.ptc.mvc.components.AbstractComponentBuilder
com.ptc.jca.mvc.components.AbstractWizStepBuilder
- All Implemented Interfaces:
ComponentConfigBuilder,com.ptc.mvc.components.ComponentConfigFactoryAware,ComponentDataBuilder
- Direct Known Subclasses:
DefaultEditAttributesWizStepBuilder
A base builder class for wizard panel steps.
Supported API: true
Extendable: true
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptionprotected abstract AttributePanelConfigReturns an AttributePanelConfig to be used to render read-only attributes.Methods inherited from class com.ptc.mvc.components.AbstractComponentConfigBuilder
getComponentConfigFactory, getMessageSource
-
Method Details
-
buildReadOnlyAttributePanelConfig
protected abstract AttributePanelConfig buildReadOnlyAttributePanelConfig(ComponentParams params) throws WTException Returns an AttributePanelConfig to be used to render read-only attributes. Supported API: true- Returns:
- AttributePanelConfig
- Throws:
WTException
-