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.protected abstract ComponentModegetMode()Set the mode in which the propertyPanel + attributesComponent need to be presented
Supported API: true
Methods inherited from class com.ptc.mvc.components.AbstractComponentConfigBuilder
getComponentConfigFactory, getMessageSource, setComponentConfigFactory
-
Method Details
-
getMode
Set the mode in which the propertyPanel + attributesComponent need to be presented
Supported API: true
- Parameters:
params-
-
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
-