Class AbstractWizStepBuilder

All Implemented Interfaces:
ComponentConfigBuilder, com.ptc.mvc.components.ComponentConfigFactoryAware, ComponentDataBuilder
Direct Known Subclasses:
DefaultEditAttributesWizStepBuilder

public abstract class AbstractWizStepBuilder extends AbstractComponentBuilder
A base builder class for wizard panel steps.

Supported API: true

Extendable: true
  • 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