| Package | Description |
|---|---|
| com.vaadin.v7.data | |
| com.vaadin.v7.data.fieldgroup | |
| com.vaadin.v7.data.util | |
| com.vaadin.v7.data.util.sqlcontainer | |
| com.vaadin.v7.ui |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Property.Transactional<T>
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Property |
Container.getContainerProperty(Object itemId,
Object propertyId)
Deprecated.
Gets the Property identified by the given itemId and propertyId from the
Container.
|
Property |
Item.getItemProperty(Object id)
Deprecated.
Gets the Property corresponding to the given Property ID stored in the
Item.
|
Property |
Property.ValueChangeEvent.getProperty()
Deprecated.
Retrieves the Property that has been modified.
|
Property |
Property.ReadOnlyStatusChangeEvent.getProperty()
Deprecated.
Property whose read-only state has changed.
|
Property |
Property.Viewer.getPropertyDataSource()
Deprecated.
Gets the Property serving as the data source of the viewer.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Item.addItemProperty(Object id,
Property property)
Deprecated.
Tries to add a new Property into the Item.
|
void |
Property.Viewer.setPropertyDataSource(Property newDataSource)
Deprecated.
Sets the Property that serves as the data source of the viewer.
|
| Modifier and Type | Method and Description |
|---|---|
protected Property |
FieldGroup.getItemProperty(Object propertyId)
Deprecated.
Gets the property with the given property id from the item.
|
| Modifier and Type | Method and Description |
|---|---|
protected <T> Property.Transactional<T> |
FieldGroup.wrapInTransactionalProperty(Property<T> itemProperty)
Deprecated.
Wrap property to transactional property.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractProperty<T>
Deprecated.
As of 8.0, replaced by
ValueProvider, Setter, see
Binder |
protected static class |
GeneratedPropertyContainer.GeneratedProperty<T>
Deprecated.
|
class |
MethodProperty<T>
Deprecated.
As of 8.0, replaced by
ValueProvider, Setter, see
Binder |
class |
NestedMethodProperty<T>
Deprecated.
As of 8.0, replaced by
ValueProvider, Setter, see
Binder |
class |
ObjectProperty<T>
Deprecated.
As of 8.0, replaced by
ValueProvider, Setter, see Binder |
class |
PropertyFormatter<T>
Deprecated.
As of 7.0, replaced by
Converter |
class |
TextFileProperty
Deprecated.
As of 8.0, no replacement available.
|
class |
TransactionalPropertyWrapper<T>
Deprecated.
As of 8.0, no replacement available.
|
| Modifier and Type | Method and Description |
|---|---|
Property<?> |
VaadinPropertyDescriptor.createProperty(BT bean)
Deprecated.
Creates a new
Property instance for this property for a bean. |
Property<?> |
NestedPropertyDescriptor.createProperty(BT bean)
Deprecated.
|
Property<?> |
MethodPropertyDescriptor.createProperty(Object bean)
Deprecated.
|
Property |
IndexedContainer.getContainerProperty(Object itemId,
Object propertyId)
Deprecated.
|
Property<?> |
GeneratedPropertyContainer.getContainerProperty(Object itemId,
Object propertyId)
Deprecated.
|
Property |
FilesystemContainer.getContainerProperty(Object itemId,
Object propertyId)
Deprecated.
Gets the specified property of the specified file Item.
|
Property |
ContainerOrderedWrapper.getContainerProperty(Object itemId,
Object propertyId)
Deprecated.
|
Property |
ContainerHierarchicalWrapper.getContainerProperty(Object itemId,
Object propertyId)
Deprecated.
|
Property |
AbstractBeanContainer.getContainerProperty(Object itemId,
Object propertyId)
Deprecated.
|
Property |
PropertysetItem.getItemProperty(Object id)
Deprecated.
Gets the Property corresponding to the given Property ID stored in the
Item.
|
Property |
GeneratedPropertyContainer.GeneratedPropertyItem.getItemProperty(Object id)
Deprecated.
|
Property |
FilesystemContainer.FileItem.getItemProperty(Object id)
Deprecated.
|
Property |
MethodProperty.MethodException.getProperty()
Deprecated.
Gets the method property this exception originates from.
|
Property |
AbstractProperty.ReadOnlyStatusChangeEvent.getProperty()
Deprecated.
Gets the Property whose read-only state has changed.
|
Property<T> |
PropertyFormatter.getPropertyDataSource()
Deprecated.
Gets the current data source of the formatter, if any.
|
Property<T> |
TransactionalPropertyWrapper.getWrappedProperty()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
PropertysetItem.addItemProperty(Object id,
Property property)
Deprecated.
Tries to add a new Property into the Item.
|
boolean |
GeneratedPropertyContainer.GeneratedPropertyItem.addItemProperty(Object id,
Property property)
Deprecated.
|
boolean |
FilesystemContainer.FileItem.addItemProperty(Object id,
Property property)
Deprecated.
Filesystem container does not support adding new properties.
|
void |
PropertyFormatter.setPropertyDataSource(Property newDataSource)
Deprecated.
Sets the specified Property as the data source for the formatter.
|
| Constructor and Description |
|---|
MethodException(Property property,
String msg)
Deprecated.
Constructs a new
MethodException with the specified
detail message. |
MethodException(Property property,
Throwable cause)
Deprecated.
Constructs a new
MethodException from another exception. |
PropertyFormatter(Property<T> propertyDataSource)
Deprecated.
Construct a new formatter that is connected to given data source.
|
ReadOnlyStatusChangeEvent(Property source)
Deprecated.
Constructs a new read-only status change event for this object.
|
TransactionalPropertyWrapper(Property<T> wrappedProperty)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ColumnProperty
Deprecated.
As of 8.0, no replacement available.
|
| Modifier and Type | Method and Description |
|---|---|
Property |
SQLContainer.getContainerProperty(Object itemId,
Object propertyId)
Deprecated.
|
Property |
RowItem.getItemProperty(Object id)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
RowItem.addItemProperty(Object id,
Property property)
Deprecated.
Adding properties is not supported.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Field<T>
Deprecated.
This interface is, apart from the rename, identical to the Vaadin
7
com.vaadin.ui.Field. It is provided for compatibility
and migration purposes. As of 8.0, new field components should
extend AbstractField instead. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractField<T>
Deprecated.
This class is, apart from the rename, identical to the Vaadin 7
com.vaadin.ui.AbstractField. It is provided for
compatibility and migration purposes. As of 8.0, new field
implementations should extend the new
AbstractField instead. |
class |
AbstractSelect
Deprecated.
As of 8.0, replaced by
AbstractListing |
class |
AbstractTextField
Deprecated.
|
class |
CheckBox
Deprecated.
As of 8.0 replaced by
CheckBox based on the
new data binding API |
class |
ComboBox
Deprecated.
As of 8.0 replaced by
ComboBox based on the
new data binding API |
class |
CustomField<T>
Deprecated.
As of 8.0 replaced by a
CustomField based
on new data binding API |
class |
DateField
Deprecated.
As of 8.0, use
DateField or
DateTimeField instead. |
class |
Form
Deprecated.
As of 7.0, use
FieldGroup instead of Form for
more flexibility. |
class |
InlineDateField
Deprecated.
As of 8.0, replaced by
InlineDateField and
InlineDateTimeField based on LocalDate |
class |
Label
Deprecated.
As of 8.0, replaced by
Label that removes
data binding support |
class |
ListSelect
Deprecated.
As of 8.0 replaced by
ListSelect based on
the new data binding API |
class |
NativeSelect
Deprecated.
As of 8.0 replaced by
NativeSelect based on
the new data binding API |
class |
OptionGroup
Deprecated.
As of 8.0, use
RadioButtonGroup for single select or
CheckBoxGroup for multiselect instead |
class |
PasswordField
Deprecated.
As of 8.0 replaced by
PasswordField based
on the new data binding API |
class |
PopupDateField
Deprecated.
As of 8.0, use
DateField or
DateTimeField instead. |
class |
ProgressBar
Deprecated.
As of 8.0 replaced by
ProgressBar based on
the new data binding API |
class |
ProgressIndicator
Deprecated.
as of 7.1, use
ProgressBar combined with
PushConfiguration.setPushMode(PushMode) or
UI.setPollInterval(int) instead. |
class |
RichTextArea
Deprecated.
As of 8.0 replaced by
RichTextArea based on
the new data binding API |
class |
Select
Deprecated.
As of 7.0. Use
ComboBox instead. |
class |
Slider
Deprecated.
As of 8.0 replaced by
Slider based on the
new data binding API |
class |
Table
Deprecated.
As of 8.0, use
Grid instead |
class |
TextArea
Deprecated.
As of 8.0 replaced by
TextArea based on the
new data binding API |
class |
TextField
Deprecated.
As of 8.0 replaced by
TextField based on
the new data binding API |
class |
Tree
Deprecated.
See
com.vaadin.ui.Tree. |
class |
TreeTable
Deprecated.
See
TreeGrid. |
class |
TwinColSelect
Deprecated.
As of 8.0 replaced by
TwinColSelect based
on the new data binding API |
| Modifier and Type | Method and Description |
|---|---|
Property |
AbstractSelect.getContainerProperty(Object itemId,
Object propertyId)
Deprecated.
Gets the Property identified by the given itemId and propertyId from the
Container.
|
Property |
Form.getItemProperty(Object id)
Deprecated.
The property identified by the property id.
|
Property |
Label.ValueChangeEvent.getProperty()
Deprecated.
Gets the Property that has been modified.
|
Property<?> |
Grid.CellReference.getProperty()
Deprecated.
|
Property |
Field.ValueChangeEvent.getProperty()
Deprecated.
Gets the Property which triggered the event.
|
Property |
AbstractField.ReadOnlyStatusChangeEvent.getProperty()
Deprecated.
Property where the event occurred.
|
Property |
Label.getPropertyDataSource()
Deprecated.
Gets the viewing data-source property.
|
Property |
AbstractField.getPropertyDataSource()
Deprecated.
Gets the current data source of the field, if any.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Form.addItemProperty(Object id,
Property property)
Deprecated.
Adds a new property to form and create corresponding field.
|
protected void |
Table.bindPropertyToField(Object rowId,
Object colId,
Property property,
Field field)
Deprecated.
Binds an item property to a field generated by TableFieldFactory.
|
protected void |
Form.bindPropertyToField(Object propertyId,
Property property,
Field field)
Deprecated.
Binds an item property to a field.
|
protected String |
Table.formatPropertyValue(Object rowId,
Object colId,
Property<?> property)
Deprecated.
Formats table cell property values.
|
protected Object |
Table.getPropertyValue(Object rowId,
Object colId,
Property property)
Deprecated.
Gets the value of property.
|
void |
Label.setPropertyDataSource(Property newDataSource)
Deprecated.
Sets the property as data-source for viewing.
|
void |
AbstractField.setPropertyDataSource(Property newDataSource)
Deprecated.
Sets the specified Property as the data source for the field.
|
| Constructor and Description |
|---|
CheckBox(String caption,
Property<?> dataSource)
Deprecated.
Creates a new checkbox that is connected to a boolean property.
|
DateField(Property dataSource)
Deprecated.
Constructs a new
DateField that's bound to the specified
Property and has no caption. |
DateField(String caption,
Property dataSource)
Deprecated.
Constructs a new
DateField that's bound to the specified
Property and has the given caption String. |
InlineDateField(Property dataSource)
Deprecated.
|
InlineDateField(String caption,
Property dataSource)
Deprecated.
|
Label(Property contentSource)
Deprecated.
Creates a new instance of Label with text-contents read from given
datasource.
|
Label(Property contentSource,
ContentMode contentMode)
Deprecated.
Creates a new instance of Label with text-contents read from given
datasource.
|
PasswordField(Property dataSource)
Deprecated.
Constructs a PasswordField with given property data source.
|
PasswordField(String caption,
Property dataSource)
Deprecated.
Constructs a PasswordField with given caption and property data source.
|
PopupDateField(Property dataSource)
Deprecated.
|
PopupDateField(String caption,
Property dataSource)
Deprecated.
|
ProgressBar(Property<?> dataSource)
Deprecated.
Creates a new progress bar bound to the given data source.
|
ProgressIndicator(Property contentSource)
Deprecated.
Creates a new instance of ProgressIndicator with state read from the
given datasource.
|
RichTextArea(Property dataSource)
Deprecated.
Constructs a new
RichTextArea that's bound to the specified
Property and has no caption. |
RichTextArea(String caption,
Property dataSource)
Deprecated.
Constructs a new
RichTextArea that's bound to the specified
Property and has the given caption. |
TextArea(Property dataSource)
Deprecated.
Constructs a TextArea with given property data source.
|
TextArea(String caption,
Property dataSource)
Deprecated.
Constructs a TextArea with given caption and property data source.
|
TextField(Property dataSource)
Deprecated.
Constructs a new
TextField that's bound to the specified
Property and has no caption. |
TextField(String caption,
Property dataSource)
Deprecated.
Constructs a new
TextField that's bound to the specified
Property and has the given caption String. |
Copyright © 2019 Vaadin Ltd. All rights reserved.