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

io.mateu.mdd.vaadin.util.BindedWindow Maven / Gradle / Ivy

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

import com.vaadin.ui.Window;
import io.mateu.mdd.vaadin.data.MDDBinder;

public abstract class BindedWindow extends Window {

    public BindedWindow(String caption) {
        super(caption);
    }

    public abstract MDDBinder getBinder();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy