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

xq.gwt.mvc.view.IntegerPropertyView Maven / Gradle / Ivy

package xq.gwt.mvc.view;

public interface IntegerPropertyView extends PropertyView {
	public void setInteger(Integer val);
	public Integer getInteger();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy