Uses of Interface
com.vaadin.v7.data.Property
-
Packages that use Property 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 -
-
Uses of Property in com.vaadin.v7.data
Subinterfaces of Property in com.vaadin.v7.data Modifier and Type Interface Description static interfaceProperty.Transactional<T>Deprecated.Methods in com.vaadin.v7.data that return Property Modifier and Type Method Description PropertyContainer. getContainerProperty(Object itemId, Object propertyId)Deprecated.Gets the Property identified by the given itemId and propertyId from the Container.PropertyItem. getItemProperty(Object id)Deprecated.Gets the Property corresponding to the given Property ID stored in the Item.PropertyProperty.ReadOnlyStatusChangeEvent. getProperty()Deprecated.Property whose read-only state has changed.PropertyProperty.ValueChangeEvent. getProperty()Deprecated.Retrieves the Property that has been modified.PropertyProperty.Viewer. getPropertyDataSource()Deprecated.Gets the Property serving as the data source of the viewer.Methods in com.vaadin.v7.data with parameters of type Property Modifier and Type Method Description booleanItem. addItemProperty(Object id, Property property)Deprecated.Tries to add a new Property into the Item.voidProperty.Viewer. setPropertyDataSource(Property newDataSource)Deprecated.Sets the Property that serves as the data source of the viewer. -
Uses of Property in com.vaadin.v7.data.fieldgroup
Methods in com.vaadin.v7.data.fieldgroup that return Property Modifier and Type Method Description protected PropertyFieldGroup. getItemProperty(Object propertyId)Deprecated.Gets the property with the given property id from the item.Methods in com.vaadin.v7.data.fieldgroup with parameters of type Property Modifier and Type Method Description protected <T> Property.Transactional<T>FieldGroup. wrapInTransactionalProperty(Property<T> itemProperty)Deprecated.Wrap property to transactional property. -
Uses of Property in com.vaadin.v7.data.util
Classes in com.vaadin.v7.data.util that implement Property Modifier and Type Class Description classAbstractProperty<T>Deprecated.protected static classGeneratedPropertyContainer.GeneratedProperty<T>Deprecated.classMethodProperty<T>Deprecated.classNestedMethodProperty<T>Deprecated.classObjectProperty<T>Deprecated.classPropertyFormatter<T>Deprecated.As of 7.0, replaced byConverterclassTextFilePropertyDeprecated.As of 8.0, no replacement available.classTransactionalPropertyWrapper<T>Deprecated.As of 8.0, no replacement available.Methods in com.vaadin.v7.data.util that return Property Modifier and Type Method Description Property<?>MethodPropertyDescriptor. createProperty(Object bean)Deprecated.Property<?>NestedPropertyDescriptor. createProperty(BT bean)Deprecated.Property<?>VaadinPropertyDescriptor. createProperty(BT bean)Deprecated.Creates a newPropertyinstance for this property for a bean.PropertyAbstractBeanContainer. getContainerProperty(Object itemId, Object propertyId)Deprecated.PropertyContainerHierarchicalWrapper. getContainerProperty(Object itemId, Object propertyId)Deprecated.PropertyContainerOrderedWrapper. getContainerProperty(Object itemId, Object propertyId)Deprecated.PropertyFilesystemContainer. getContainerProperty(Object itemId, Object propertyId)Deprecated.Gets the specified property of the specified file Item.Property<?>GeneratedPropertyContainer. getContainerProperty(Object itemId, Object propertyId)Deprecated.PropertyIndexedContainer. getContainerProperty(Object itemId, Object propertyId)Deprecated.PropertyFilesystemContainer.FileItem. getItemProperty(Object id)Deprecated.PropertyGeneratedPropertyContainer.GeneratedPropertyItem. getItemProperty(Object id)Deprecated.PropertyPropertysetItem. getItemProperty(Object id)Deprecated.Gets the Property corresponding to the given Property ID stored in the Item.PropertyAbstractProperty.ReadOnlyStatusChangeEvent. getProperty()Deprecated.Gets the Property whose read-only state has changed.PropertyMethodProperty.MethodException. getProperty()Deprecated.Gets the method property this exception originates from.Property<T>PropertyFormatter. getPropertyDataSource()Deprecated.Gets the current data source of the formatter, if any.Property<T>TransactionalPropertyWrapper. getWrappedProperty()Deprecated.Methods in com.vaadin.v7.data.util with parameters of type Property Modifier and Type Method Description booleanFilesystemContainer.FileItem. addItemProperty(Object id, Property property)Deprecated.Filesystem container does not support adding new properties.booleanGeneratedPropertyContainer.GeneratedPropertyItem. addItemProperty(Object id, Property property)Deprecated.booleanPropertysetItem. addItemProperty(Object id, Property property)Deprecated.Tries to add a new Property into the Item.voidPropertyFormatter. setPropertyDataSource(Property newDataSource)Deprecated.Sets the specified Property as the data source for the formatter.Constructors in com.vaadin.v7.data.util with parameters of type Property Constructor Description MethodException(Property property, String msg)Deprecated.Constructs a newMethodExceptionwith the specified detail message.MethodException(Property property, Throwable cause)Deprecated.Constructs a newMethodExceptionfrom 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. -
Uses of Property in com.vaadin.v7.data.util.sqlcontainer
Classes in com.vaadin.v7.data.util.sqlcontainer that implement Property Modifier and Type Class Description classColumnPropertyDeprecated.As of 8.0, no replacement available.Methods in com.vaadin.v7.data.util.sqlcontainer that return Property Modifier and Type Method Description PropertySQLContainer. getContainerProperty(Object itemId, Object propertyId)Deprecated.PropertyRowItem. getItemProperty(Object id)Deprecated.Methods in com.vaadin.v7.data.util.sqlcontainer with parameters of type Property Modifier and Type Method Description booleanRowItem. addItemProperty(Object id, Property property)Deprecated.Adding properties is not supported. -
Uses of Property in com.vaadin.v7.ui
Subinterfaces of Property in com.vaadin.v7.ui Modifier and Type Interface Description interfaceField<T>Deprecated.This interface is, apart from the rename, identical to the Vaadin 7com.vaadin.ui.Field.Classes in com.vaadin.v7.ui that implement Property Modifier and Type Class Description classAbstractField<T>Deprecated.This class is, apart from the rename, identical to the Vaadin 7com.vaadin.ui.AbstractField.classAbstractSelectDeprecated.As of 8.0, replaced byAbstractListingclassAbstractTextFieldDeprecated.classCheckBoxDeprecated.As of 8.0 replaced byCheckBoxbased on the new data binding APIclassComboBoxDeprecated.As of 8.0 replaced byComboBoxbased on the new data binding APIclassCustomField<T>Deprecated.As of 8.0 replaced by aCustomFieldbased on new data binding APIclassDateFieldDeprecated.As of 8.0, useDateFieldorDateTimeFieldinstead.classFormDeprecated.As of 7.0, useFieldGroupinstead ofFormfor more flexibility.classInlineDateFieldDeprecated.As of 8.0, replaced byInlineDateFieldandInlineDateTimeFieldbased on LocalDateclassLabelDeprecated.As of 8.0, replaced byLabelthat removes data binding supportclassListSelectDeprecated.As of 8.0 replaced byListSelectbased on the new data binding APIclassNativeSelectDeprecated.As of 8.0 replaced byNativeSelectbased on the new data binding APIclassOptionGroupDeprecated.As of 8.0, useRadioButtonGroupfor single select orCheckBoxGroupfor multiselect insteadclassPasswordFieldDeprecated.As of 8.0 replaced byPasswordFieldbased on the new data binding APIclassPopupDateFieldDeprecated.As of 8.0, useDateFieldorDateTimeFieldinstead.classProgressBarDeprecated.As of 8.0 replaced byProgressBarbased on the new data binding APIclassProgressIndicatorDeprecated.as of 7.1, useProgressBarcombined withPushConfiguration.setPushMode(PushMode)orUI.setPollInterval(int)instead.classRichTextAreaDeprecated.As of 8.0 replaced byRichTextAreabased on the new data binding APIclassSelectDeprecated.As of 7.0.classSliderDeprecated.As of 8.0 replaced bySliderbased on the new data binding APIclassTableDeprecated.As of 8.0, useGridinsteadclassTextAreaDeprecated.As of 8.0 replaced byTextAreabased on the new data binding APIclassTextFieldDeprecated.As of 8.0 replaced byTextFieldbased on the new data binding APIclassTreeDeprecated.Seecom.vaadin.ui.Tree.classTreeTableDeprecated.SeeTreeGrid.classTwinColSelectDeprecated.As of 8.0 replaced byTwinColSelectbased on the new data binding APIMethods in com.vaadin.v7.ui that return Property Modifier and Type Method Description PropertyAbstractSelect. getContainerProperty(Object itemId, Object propertyId)Deprecated.Gets the Property identified by the given itemId and propertyId from the Container.PropertyForm. getItemProperty(Object id)Deprecated.The property identified by the property id.PropertyAbstractField.ReadOnlyStatusChangeEvent. getProperty()Deprecated.Property where the event occurred.PropertyField.ValueChangeEvent. getProperty()Deprecated.Gets the Property which triggered the event.Property<?>Grid.CellReference. getProperty()Deprecated.PropertyLabel.ValueChangeEvent. getProperty()Deprecated.Gets the Property that has been modified.PropertyAbstractField. getPropertyDataSource()Deprecated.Gets the current data source of the field, if any.PropertyLabel. getPropertyDataSource()Deprecated.Gets the viewing data-source property.Methods in com.vaadin.v7.ui with parameters of type Property Modifier and Type Method Description booleanForm. addItemProperty(Object id, Property property)Deprecated.Adds a new property to form and create corresponding field.protected voidForm. bindPropertyToField(Object propertyId, Property property, Field field)Deprecated.Binds an item property to a field.protected voidTable. bindPropertyToField(Object rowId, Object colId, Property property, Field field)Deprecated.Binds an item property to a field generated by TableFieldFactory.protected StringTable. formatPropertyValue(Object rowId, Object colId, Property<?> property)Deprecated.Formats table cell property values.protected ObjectTable. getPropertyValue(Object rowId, Object colId, Property property)Deprecated.Gets the value of property.voidAbstractField. setPropertyDataSource(Property newDataSource)Deprecated.Sets the specified Property as the data source for the field.voidLabel. setPropertyDataSource(Property newDataSource)Deprecated.Sets the property as data-source for viewing.Constructors in com.vaadin.v7.ui with parameters of type Property Constructor Description CheckBox(String caption, Property<?> dataSource)Deprecated.Creates a new checkbox that is connected to a boolean property.DateField(Property dataSource)Deprecated.Constructs a newDateFieldthat's bound to the specifiedPropertyand has no caption.DateField(String caption, Property dataSource)Deprecated.Constructs a newDateFieldthat's bound to the specifiedPropertyand has the given captionString.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 newRichTextAreathat's bound to the specifiedPropertyand has no caption.RichTextArea(String caption, Property dataSource)Deprecated.Constructs a newRichTextAreathat's bound to the specifiedPropertyand 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 newTextFieldthat's bound to the specifiedPropertyand has no caption.TextField(String caption, Property dataSource)Deprecated.Constructs a newTextFieldthat's bound to the specifiedPropertyand has the given captionString.
-