Uses of Interface
com.vaadin.data.Property.ReadOnlyStatusChangeEvent

Packages that use Property.ReadOnlyStatusChangeEvent
com.vaadin.data Contains interfaces for the data layer, mainly for binding typed data and data collections to components, and for validating data. 
com.vaadin.data.util Provides implementations of Property, Item and Container interfaces, and utilities for the data layer. 
com.vaadin.ui   
 

Uses of Property.ReadOnlyStatusChangeEvent in com.vaadin.data
 

Methods in com.vaadin.data with parameters of type Property.ReadOnlyStatusChangeEvent
 void Property.ReadOnlyStatusChangeListener.readOnlyStatusChange(Property.ReadOnlyStatusChangeEvent event)
          Notifies this listener that a Property's read-only status has changed.
 

Uses of Property.ReadOnlyStatusChangeEvent in com.vaadin.data.util
 

Classes in com.vaadin.data.util that implement Property.ReadOnlyStatusChangeEvent
protected static class AbstractProperty.ReadOnlyStatusChangeEvent
          An Event object specifying the Property whose read-only status has been changed.
 

Methods in com.vaadin.data.util with parameters of type Property.ReadOnlyStatusChangeEvent
 void PropertyFormatter.readOnlyStatusChange(Property.ReadOnlyStatusChangeEvent event)
          Deprecated. Listens for changes in the datasource.
 

Uses of Property.ReadOnlyStatusChangeEvent in com.vaadin.ui
 

Classes in com.vaadin.ui that implement Property.ReadOnlyStatusChangeEvent
static class AbstractField.ReadOnlyStatusChangeEvent
          An Event object specifying the Property whose read-only status has changed.
 

Methods in com.vaadin.ui with parameters of type Property.ReadOnlyStatusChangeEvent
 void AbstractField.readOnlyStatusChange(Property.ReadOnlyStatusChangeEvent event)
          React to read only status changes of the property by requesting a repaint.
 



Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.