
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