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

nz.co.senanque.vaadin.application.MaduraNumericConverter Maven / Gradle / Ivy

Go to download

Integrates Madura Objects with Vaadin applications including support for dynamic metadata changes (available choices, read/write status of fields etc).

There is a newer version: 3.4.1
Show newest version
package nz.co.senanque.vaadin.application;

/**
 * @author Roger Parkinson
 *
 */
public interface MaduraNumericConverter {
	
	public int getFractionDigits();
	public void setFractionDigits(int fractionDigits);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy