Class ElementWizardComposite

All Implemented Interfaces:
EventListener, IListener, Drawable
Direct Known Subclasses:
ElementWizardComposite.WithCombo, ElementWizardComposite.WithRadios

public abstract class ElementWizardComposite extends Composite implements IListener
Since:
3.1
Author:
Eike Stepper
  • Constructor Details

  • Method Details

    • getProductGroup

      public String getProductGroup()
    • getLabel

      public String getLabel()
    • setValidationContext

      public void setValidationContext(ValidationContext validationContext)
    • getDefaultFactoryType

      public String getDefaultFactoryType()
      Since:
      3.2
    • getDefaultDescription

      public String getDefaultDescription(String factoryType)
      Can be overridden by subclasses.
    • setDefaultDescription

      @Deprecated public void setDefaultDescription(String factoryType, String value)
      Deprecated.
    • init

      protected void init()
    • notifyEvent

      public void notifyEvent(IEvent event)
      Specified by:
      notifyEvent in interface IListener
      Since:
      3.2
    • getFactoryTypes

      protected List<String> getFactoryTypes()
    • create

      protected void create()
    • factoryTypeChanged

      protected void factoryTypeChanged()
    • layout

      public void layout()
      Overrides:
      layout in class Composite
    • harvestControls

      protected void harvestControls(IElementWizard wizard)
    • getContainer

      protected IManagedContainer getContainer()
    • getNotifier

      public final INotifier getNotifier()
      Since:
      3.2
    • getDescription

      public String getDescription()
    • getFactoryType

      public abstract String getFactoryType()
    • setFactoryType

      protected abstract void setFactoryType(String factoryType)
    • createFactoryTypeControl

      protected abstract void createFactoryTypeControl()