Uses of Interface
com.vaadin.data.Property
-
Packages that use Property 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.fieldgroup 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 in com.vaadin.data
Subinterfaces of Property in com.vaadin.data Modifier and Type Interface Description static interfaceProperty.Transactional<T>A Property that is capable of handle a transaction that can end in commit or rollback.Methods in com.vaadin.data that return Property Modifier and Type Method Description PropertyContainer. getContainerProperty(Object itemId, Object propertyId)Gets the Property identified by the given itemId and propertyId from the Container.PropertyItem. getItemProperty(Object id)Gets the Property corresponding to the given Property ID stored in the Item.PropertyProperty.ReadOnlyStatusChangeEvent. getProperty()Property whose read-only state has changed.PropertyProperty.ValueChangeEvent. getProperty()Retrieves the Property that has been modified.PropertyProperty.Viewer. getPropertyDataSource()Gets the Property serving as the data source of the viewer.Methods in com.vaadin.data with parameters of type Property Modifier and Type Method Description booleanItem. addItemProperty(Object id, Property property)Tries to add a new Property into the Item.voidProperty.Viewer. setPropertyDataSource(Property newDataSource)Sets the Property that serves as the data source of the viewer. -
Uses of Property in com.vaadin.data.fieldgroup
Methods in com.vaadin.data.fieldgroup that return Property Modifier and Type Method Description protected PropertyFieldGroup. getItemProperty(Object propertyId)Gets the property with the given property id from the item.Methods in com.vaadin.data.fieldgroup with parameters of type Property Modifier and Type Method Description protected <T> Property.Transactional<T>FieldGroup. wrapInTransactionalProperty(Property<T> itemProperty)Wrap property to transactional property. -
Uses of Property in com.vaadin.data.util
Classes in com.vaadin.data.util that implement Property Modifier and Type Class Description classAbstractProperty<T>Abstract base class forPropertyimplementations.protected static classGeneratedPropertyContainer.GeneratedProperty<T>Property implementation for generated propertiesclassMethodProperty<T>Proxy class for creating Properties from pairs of getter and setter methods of a Bean property.classNestedMethodProperty<T>Nested accessor based property for a bean.classObjectProperty<T>A simple data object containing one typed value.classPropertyFormatter<T>Deprecated.As of 7.0, replaced byConverterclassTextFilePropertyProperty implementation for wrapping a text file.classTransactionalPropertyWrapper<T>Wrapper class that helps implement two-phase commit for a non-transactional property.Methods in com.vaadin.data.util that return Property Modifier and Type Method Description Property<?>MethodPropertyDescriptor. createProperty(Object bean)Property<?>NestedPropertyDescriptor. createProperty(BT bean)Property<?>VaadinPropertyDescriptor. createProperty(BT bean)Creates a newPropertyinstance for this property for a bean.PropertyAbstractBeanContainer. getContainerProperty(Object itemId, Object propertyId)PropertyContainerHierarchicalWrapper. getContainerProperty(Object itemId, Object propertyId)PropertyContainerOrderedWrapper. getContainerProperty(Object itemId, Object propertyId)PropertyFilesystemContainer. getContainerProperty(Object itemId, Object propertyId)Gets the specified property of the specified file Item.Property<?>GeneratedPropertyContainer. getContainerProperty(Object itemId, Object propertyId)PropertyIndexedContainer. getContainerProperty(Object itemId, Object propertyId)PropertyFilesystemContainer.FileItem. getItemProperty(Object id)PropertyGeneratedPropertyContainer.GeneratedPropertyItem. getItemProperty(Object id)PropertyPropertysetItem. getItemProperty(Object id)Gets the Property corresponding to the given Property ID stored in the Item.PropertyAbstractProperty.ReadOnlyStatusChangeEvent. getProperty()Gets the Property whose read-only state has changed.PropertyMethodProperty.MethodException. getProperty()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()Methods in com.vaadin.data.util with parameters of type Property Modifier and Type Method Description booleanFilesystemContainer.FileItem. addItemProperty(Object id, Property property)Filesystem container does not support adding new properties.booleanGeneratedPropertyContainer.GeneratedPropertyItem. addItemProperty(Object id, Property property)booleanPropertysetItem. addItemProperty(Object id, Property property)Tries to add a new Property into the Item.static StringLegacyPropertyHelper. legacyPropertyToString(Property p)Deprecated.Returns the property value converted to a String.static voidLegacyPropertyHelper. maybeLogLegacyPropertyToStringWarning(Property p)Deprecated.voidPropertyFormatter. setPropertyDataSource(Property newDataSource)Deprecated.Sets the specified Property as the data source for the formatter.Constructors in com.vaadin.data.util with parameters of type Property Constructor Description MethodException(Property property, String msg)Constructs a newMethodExceptionwith the specified detail message.MethodException(Property property, Throwable cause)Constructs a newMethodExceptionfrom another exception.PropertyFormatter(Property<T> propertyDataSource)Deprecated.Construct a new formatter that is connected to given data source.ReadOnlyStatusChangeEvent(Property source)Constructs a new read-only status change event for this object.TransactionalPropertyWrapper(Property<T> wrappedProperty) -
Uses of Property in com.vaadin.data.util.sqlcontainer
Classes in com.vaadin.data.util.sqlcontainer that implement Property Modifier and Type Class Description classColumnPropertyColumnProperty represents the value of one column in a RowItem.Methods in com.vaadin.data.util.sqlcontainer that return Property Modifier and Type Method Description PropertySQLContainer. getContainerProperty(Object itemId, Object propertyId)PropertyRowItem. getItemProperty(Object id)Methods in com.vaadin.data.util.sqlcontainer with parameters of type Property Modifier and Type Method Description booleanRowItem. addItemProperty(Object id, Property property)Adding properties is not supported. -
Uses of Property in com.vaadin.ui
Subinterfaces of Property in com.vaadin.ui Modifier and Type Interface Description interfaceField<T>Field interface is implemented by all classes (field components) that have a value that the user can change through the user interface.Classes in com.vaadin.ui that implement Property Modifier and Type Class Description classAbstractField<T>Abstract field component for implementing buffered property editors.classAbstractSelectA class representing a selection of items the user has selected in a UI.classAbstractTextFieldclassCheckBoxclassComboBoxA filtering dropdown single-select.classCustomField<T>AFieldwhose UI content can be constructed by the user, enabling the creation of e.g.classDateFieldA date editor component that can be bound to anyPropertythat is compatible withjava.util.Date.classFormDeprecated.As of 7.0, useFieldGroupinstead ofFormfor more flexibility.classInlineDateFieldA date entry component, which displays the actual date selector inline.classLabelLabel component for showing non-editable short texts.classListSelectThis is a simple list select without, for instance, support for new items, lazyloading, and other advanced features.classNativeSelectThis is a simple drop-down select without, for instance, support for multiselect, new items, lazyloading, and other advanced features.classOptionGroupConfigures select to be used as an option group.classPasswordFieldA field that is used to enter secret text information like passwords.classPopupDateFieldA date entry component, which displays the actual date selector as a popup.classProgressBarShows the current progress of a long running task.classProgressIndicatorDeprecated.as of 7.1, useProgressBarcombined withUI#setPushMode(PushMode)orUI.setPollInterval(int)instead.classRichTextAreaA simple RichTextArea to edit HTML format text.classSelectDeprecated.As of 7.0.classSliderA component for selecting a numerical value within a range.classTableTableis used for representing data or components in a pageable and selectable table.classTextAreaA text field that supports multi line editing.classTextFieldA text editor component that can be bound to any bindable Property.classTreeTree component.classTreeTableclassTwinColSelectMultiselect component with two lists: left side for available items and right side for selected items.Methods in com.vaadin.ui that return Property Modifier and Type Method Description PropertyAbstractSelect. getContainerProperty(Object itemId, Object propertyId)Gets the Property identified by the given itemId and propertyId from the ContainerPropertyForm. getItemProperty(Object id)Deprecated.The property identified by the property id.PropertyAbstractField.ReadOnlyStatusChangeEvent. getProperty()Property where the event occurred.PropertyField.ValueChangeEvent. getProperty()Gets the Property which triggered the event.Property<?>Grid.CellReference. getProperty()PropertyLabel.ValueChangeEvent. getProperty()Gets the Property that has been modified.PropertyAbstractField. getPropertyDataSource()Gets the current data source of the field, if any.PropertyLabel. getPropertyDataSource()Gets the viewing data-source property.Methods in com.vaadin.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)Binds an item property to a field generated by TableFieldFactory.protected StringTable. formatPropertyValue(Object rowId, Object colId, Property<?> property)Formats table cell property values.protected ObjectTable. getPropertyValue(Object rowId, Object colId, Property property)Gets the value of property.voidAbstractField. setPropertyDataSource(Property newDataSource)Sets the specified Property as the data source for the field.voidLabel. setPropertyDataSource(Property newDataSource)Sets the property as data-source for viewing.Constructors in com.vaadin.ui with parameters of type Property Constructor Description CheckBox(String caption, Property<?> dataSource)Creates a new checkbox that is connected to a boolean property.DateField(Property dataSource)Constructs a newDateFieldthat's bound to the specifiedPropertyand has no caption.DateField(String caption, Property dataSource)Constructs a newDateFieldthat's bound to the specifiedPropertyand has the given captionString.InlineDateField(Property dataSource)InlineDateField(String caption, Property dataSource)Label(Property contentSource)Creates a new instance of Label with text-contents read from given datasource.Label(Property contentSource, ContentMode contentMode)Creates a new instance of Label with text-contents read from given datasource.PasswordField(Property dataSource)Constructs a PasswordField with given property data source.PasswordField(String caption, Property dataSource)Constructs a PasswordField with given caption and property data source.PopupDateField(Property dataSource)PopupDateField(String caption, Property dataSource)ProgressBar(Property<?> dataSource)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)Constructs a newRichTextAreathat's bound to the specifiedPropertyand has no caption.RichTextArea(String caption, Property dataSource)Constructs a newRichTextAreathat's bound to the specifiedPropertyand has the given caption.TextArea(Property dataSource)Constructs a TextArea with given property data source.TextArea(String caption, Property dataSource)Constructs a TextArea with given caption and property data source.TextField(Property dataSource)Constructs a newTextFieldthat's bound to the specifiedPropertyand has no caption.TextField(String caption, Property dataSource)Constructs a newTextFieldthat's bound to the specifiedPropertyand has the given captionString.
-