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

io.mateu.mdd.vaadin.actions.Opener Maven / Gradle / Ivy

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

import com.vaadin.ui.Component;
import io.mateu.mdd.core.app.MDDOpenCRUDAction;
import io.mateu.mdd.core.app.MDDOpenCustomComponentAction;

import java.lang.reflect.Method;

public class Opener {
    public static void callMethod(Method method) {
    }

    public static void openCRUD(MDDOpenCRUDAction action) {
    }

    public static void open(MDDOpenCustomComponentAction action, Component component) {
    }

    public static void openEditor(Object bean) {
    }

    public static void openListView(Class listViewClass) {
    }

    public static void openWizard(Object firstPage) {
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy