Uses of Class
com.vaadin.data.Property.ReadOnlyException

Packages that use Property.ReadOnlyException
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.data.util.sqlcontainer   
com.vaadin.ui   
 

Uses of Property.ReadOnlyException in com.vaadin.data
 

Methods in com.vaadin.data that throw Property.ReadOnlyException
 void Property.setValue(Object newValue)
          Sets the value of the Property.
 

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

Methods in com.vaadin.data.util that throw Property.ReadOnlyException
 void MethodProperty.setValue(Object newValue)
          Sets the value of the property.
 void TransactionalPropertyWrapper.setValue(Object newValue)
           
 void PropertyFormatter.setValue(Object newValue)
          Deprecated.  
 void ObjectProperty.setValue(Object newValue)
          Sets the value of the property.
 void NestedMethodProperty.setValue(Object newValue)
          Sets the value of the property.
 void TextFileProperty.setValue(Object newValue)
           
 

Uses of Property.ReadOnlyException in com.vaadin.data.util.sqlcontainer
 

Methods in com.vaadin.data.util.sqlcontainer that throw Property.ReadOnlyException
 void ColumnProperty.setValue(Object newValue)
           
 

Uses of Property.ReadOnlyException in com.vaadin.ui
 

Methods in com.vaadin.ui that throw Property.ReadOnlyException
protected  void DateField.setValue(Date newValue, boolean repaintIsNotNeeded)
           
 void AbstractTextField.setValue(Object newValue)
           
 void AbstractField.setValue(Object newFieldValue)
          Sets the value of the field.
 void AbstractSelect.setValue(Object newValue)
          Sets the visible value of the property.
 void Slider.setValue(Object newFieldValue)
           
protected  void AbstractSelect.setValue(Object newValue, boolean repaintIsNotNeeded)
          Sets the visible value of the property.
protected  void AbstractField.setValue(T newFieldValue, boolean repaintIsNotNeeded)
          Sets the value of the field.
 



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