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

de.mhus.lib.vaadin.layouter.XLayElement Maven / Gradle / Ivy

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

import com.vaadin.ui.Component;

import de.mhus.lib.core.directory.ResourceNode;
import de.mhus.lib.errors.MException;


public interface XLayElement extends Component {

	void setConfig(ResourceNode config) throws MException;

	void doAppendChild(XLayElement child, ResourceNode cChild) throws MException;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy