|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
PropertyFormatter.setValue(Object newValue)
|
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 | |
|---|---|
void |
AbstractTextField.setValue(Object newValue)
|
void |
AbstractField.setValue(Object newValue)
Sets the value of the field. |
void |
AbstractSelect.setValue(Object newValue)
Sets the visible value of the property. |
protected void |
DateField.setValue(Object newValue,
boolean repaintIsNotNeeded)
|
protected void |
AbstractField.setValue(Object newValue,
boolean repaintIsNotNeeded)
Sets the value of the field. |
protected void |
AbstractSelect.setValue(Object newValue,
boolean repaintIsNotNeeded)
Sets the visible value of the property. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||