All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.mateu.mdd.vaadin.controllers.secondLevel.WizardController Maven / Gradle / Ivy

There is a newer version: 1.1.60
Show newest version
package io.mateu.mdd.vaadin.controllers.secondLevel;

import io.mateu.mdd.core.interfaces.WizardPage;
import io.mateu.mdd.vaadin.components.MDDViewComponentCreator;
import io.mateu.mdd.vaadin.components.views.EditorViewComponent;

public class WizardController extends EditorController {
    public WizardController(WizardPage firstPage) {
        super((EditorViewComponent) MDDViewComponentCreator.createComponent(firstPage));
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy