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

de.mhus.lib.vaadin.aqua.WorkingArea Maven / Gradle / Ivy

There is a newer version: 3.2.8
Show newest version
package de.mhus.lib.vaadin.aqua;

import com.vaadin.ui.Component;

public interface WorkingArea {

	void setComponent(Object owner, Component container);
	
	boolean isOwner(Object owner);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy