Interface WizardDescriptor.FinishPanel<Data>

All Superinterfaces:
WizardDescriptor.Panel<Data>
Enclosing class:
WizardDescriptor

@Deprecated public static interface WizardDescriptor.FinishPanel<Data> extends WizardDescriptor.Panel<Data>
Deprecated.
4.28 Use FinishablePanel instead.
A special interface for panels in middle of the iterators path that would like to have the finish button enabled. So both Next and Finish are enabled on panel implementing this interface.