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

io.mateu.mdd.vaadin.controllers.secondLevel.CrudController 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.app.MDDOpenCRUDAction;
import io.mateu.mdd.vaadin.components.views.ListViewComponent;
import io.mateu.mdd.vaadin.components.MDDViewComponentCreator;
import io.mateu.mdd.vaadin.navigation.ViewStack;

public class CrudController extends ListViewComponentController {


    public CrudController(MDDOpenCRUDAction action) {
        super((ListViewComponent) MDDViewComponentCreator.createComponent(action));
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy