Uses of Class
com.vaadin.data.Property.ReadOnlyException
-
Packages that use Property.ReadOnlyException Package Description 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 Modifier and Type Method Description voidProperty. 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 Modifier and Type Method Description voidGeneratedPropertyContainer.GeneratedProperty. setValue(T newValue)voidMethodProperty. setValue(T newValue)Sets the value of the property.voidNestedMethodProperty. setValue(T newValue)Sets the value of the property.voidObjectProperty. setValue(T newValue)Sets the value of the property.voidPropertyFormatter. setValue(String newValue)Deprecated.voidTextFileProperty. setValue(String newValue)voidTransactionalPropertyWrapper. setValue(T newValue) -
Uses of Property.ReadOnlyException in com.vaadin.data.util.sqlcontainer
Methods in com.vaadin.data.util.sqlcontainer that throw Property.ReadOnlyException Modifier and Type Method Description voidColumnProperty. setValue(Object newValue) -
Uses of Property.ReadOnlyException in com.vaadin.ui
Methods in com.vaadin.ui that throw Property.ReadOnlyException Modifier and Type Method Description booleanGrid. deselect(Object itemId)Marks an item as unselected.voidGrid. editItem(Object itemId)Opens the editor interface for the provided item.booleanGrid. select(Object itemId)Marks an item as selected.voidAbstractField. setValue(T newFieldValue)Sets the value of the field.protected voidAbstractField. setValue(T newFieldValue, boolean repaintIsNotNeeded, boolean ignoreReadOnly)Sets the value of the field.voidAbstractSelect. setValue(Object newValue)Sets the visible value of the property.protected voidAbstractSelect. setValue(Object newFieldValue, boolean repaintIsNotNeeded, boolean ignoreReadOnly)Sets the visible value of the property.voidAbstractTextField. setValue(String newValue)protected voidDateField. setValue(Date newValue, boolean repaintIsNotNeeded)
-