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(T 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 PropertyFormatter.setValue(java.lang.String newValue)
          Deprecated.  
 void TextFileProperty.setValue(java.lang.String newValue)
           
 void MethodProperty.setValue(T newValue)
          Sets the value of the property.
 void TransactionalPropertyWrapper.setValue(T newValue)
           
 void ObjectProperty.setValue(T newValue)
          Sets the value of the property.
 void NestedMethodProperty.setValue(T newValue)
          Sets the value of the property.
 

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

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

Uses of Property.ReadOnlyException in com.vaadin.ui
 

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



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