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

prompto.declaration.IWidgetDeclaration Maven / Gradle / Ivy

package prompto.declaration;

import prompto.property.PropertyMap;

public interface IWidgetDeclaration extends IDeclaration {

	void setProperties(PropertyMap properties);
	PropertyMap getProperties();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy