Interface WizardStepUI<E extends WizardStep,​M extends WizardModel<E>>

Type Parameters:
E - le type d'étape
M - le type de modèle

public interface WizardStepUI<E extends WizardStep,​M extends WizardModel<E>>
Le contrat d'une ui d'étape.
Since:
1.3
Author:
Tony Chemit - chemit@codelutin.com
  • Method Summary

    Modifier and Type Method Description
    E getStep()  
  • Method Details

    • getStep

      E getStep()