Java com.vaadin.v7.data.util MethodProperty fields, constructors, methods, implement or subclass

Example usage for Java com.vaadin.v7.data.util MethodProperty fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.vaadin.v7.data.util MethodProperty.

The text is from its open source code.

Constructor

MethodProperty(Object instance, String beanPropertyName)

Creates a new instance of MethodProperty from a named bean property.

Method

voidfireValueChange()
Sends a value change event to all registered listeners.
booleanisReadOnly()
Tests if the object is in read-only mode.
voidsetValue(T newValue)
Sets the value of the property.