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

com.vaadin.addon.jpacontainer.EntityItemProperty Maven / Gradle / Ivy

The newest version!
/*
JPAContainer
Copyright (C) 2009-2011 Oy Vaadin Ltd

This program is available under GNU Affero General Public License (version
3 or later at your option).

See the file licensing.txt distributed with this software for more
information about licensing.

You should have received a copy of the GNU Affero General Public License
along with this program.  If not, see .
 */
package com.vaadin.addon.jpacontainer;

import com.vaadin.data.Property;

/**
 * Interface defining the Properties that are contained in a {@link EntityItem}.
 * 
 * @author Petter Holmström (Vaadin Ltd)
 * @since 1.0
 */
public interface EntityItemProperty extends Property,
		Property.ValueChangeNotifier {

	/**
	 * Gets the EntityItem that owns this property.
	 * 
	 * @return the item (never null).
	 */
	public EntityItem getItem();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy