
nz.co.senanque.vaadin.PropertiesSource Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of madura-vaadin Show documentation
Show all versions of madura-vaadin Show documentation
Integrates Madura Objects with Vaadin applications including support for dynamic metadata changes (available choices, read/write status of fields etc).
package nz.co.senanque.vaadin;
import java.util.List;
/**
* Implemented by the painters.
*
* @author Roger Parkinson
*
*/
public interface PropertiesSource {
public abstract List getProperties();
public abstract boolean isReadOnly();
public abstract MaduraPropertyWrapper findProperty(String propertyName);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy