| Package | Description |
|---|---|
| com.vaadin.v7.data.fieldgroup | |
| com.vaadin.v7.ui |
| Modifier and Type | Method and Description |
|---|---|
protected <T extends Field> |
FieldGroup.build(String caption,
Class<?> dataType,
Class<T> fieldType)
Deprecated.
Creates a field based on the given data type.
|
<T extends Field> |
FieldGroup.buildAndBind(String caption,
Object propertyId,
Class<T> fieldType)
Deprecated.
Builds a field using the given caption and binds it to the given property
id using the field binder.
|
<T extends Field> |
BeanFieldGroup.buildAndBind(String caption,
Object propertyId,
Class<T> fieldType)
Deprecated.
|
protected <T extends Field> |
DefaultFieldGroupFieldFactory.createBooleanField(Class<T> fieldType)
Deprecated.
|
protected <T extends Field> |
DefaultFieldGroupFieldFactory.createDefaultField(Class<?> type,
Class<T> fieldType)
Deprecated.
Fallback when no specific field has been created.
|
<T extends Field> |
FieldGroupFieldFactory.createField(Class<?> dataType,
Class<T> fieldType)
Deprecated.
Creates a field based on the data type that we want to edit.
|
<T extends Field> |
DefaultFieldGroupFieldFactory.createField(Class<?> type,
Class<T> fieldType)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Field<?> |
FieldGroup.buildAndBind(Object propertyId)
Deprecated.
Builds a field and binds it to the given property id using the field
binder.
|
Field<?> |
FieldGroup.buildAndBind(String caption,
Object propertyId)
Deprecated.
Builds a field using the given caption and binds it to the given property
id using the field binder.
|
Field<?> |
FieldGroup.getField(Object propertyId)
Deprecated.
Returns the field that is bound to the given property id.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Field<?>> |
FieldGroup.getFields()
Deprecated.
Returns a collection of all fields that have been bound.
|
Map<Field<?>,Validator.InvalidValueException> |
FieldGroup.FieldGroupInvalidValueException.getInvalidFields()
Deprecated.
Returns a map containing fields which failed validation and the
exceptions the corresponding validators threw.
|
Map<Field<?>,Validator.InvalidValueException> |
FieldGroup.CommitException.getInvalidFields()
Deprecated.
Returns a map containing the fields which failed validation and the
exceptions the corresponding validators threw.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FieldGroup.bind(Field<?> field,
Object propertyId)
Deprecated.
Binds the field with the given propertyId from the current item.
|
void |
BeanFieldGroup.bind(Field field,
Object propertyId)
Deprecated.
|
protected void |
FieldGroup.clearField(Field<?> field)
Deprecated.
Clears field and any possible existing binding.
|
protected void |
FieldGroup.configureField(Field<?> field)
Deprecated.
Configures a field with the settings set for this FieldBinder.
|
protected void |
BeanFieldGroup.configureField(Field<?> field)
Deprecated.
|
Object |
FieldGroup.getPropertyId(Field<?> field)
Deprecated.
Returns the property id that is bound to the given field.
|
void |
FieldGroup.unbind(Field<?> field)
Deprecated.
Detaches the field from its property id and removes it from this
FieldBinder.
|
void |
BeanFieldGroup.unbind(Field<?> field)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
DefaultFieldGroupFieldFactory.anySelect(Class<? extends Field> fieldType)
Deprecated.
|
| Constructor and Description |
|---|
FieldGroupInvalidValueException(Map<Field<?>,Validator.InvalidValueException> invalidValueExceptions)
Deprecated.
Constructs a new exception with the specified validation exceptions.
|
| 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 |
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 |
|---|---|
<T extends Field> |
Grid.EditorFieldFactory.createField(Class<?> type,
Class<T> fieldType)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Field<?> |
TableFieldFactory.createField(Container container,
Object itemId,
Object propertyId,
Component uiContext)
Deprecated.
Creates a field based on the Container, item id, property id and the
component responsible for displaying the field (most commonly
Table). |
Field |
DefaultFieldFactory.createField(Container container,
Object itemId,
Object propertyId,
Component uiContext)
Deprecated.
|
Field<?> |
FormFieldFactory.createField(Item item,
Object propertyId,
Component uiContext)
Deprecated.
Creates a field based on the item, property id and the component (most
commonly
Form) where the Field will be presented. |
Field<?> |
DefaultFieldFactory.createField(Item item,
Object propertyId,
Component uiContext)
Deprecated.
|
static Field<?> |
DefaultFieldFactory.createFieldByPropertyType(Class<?> type)
Deprecated.
Creates fields based on the property type.
|
Field<?> |
Grid.Column.getEditorField()
Deprecated.
Returns the editor field used to edit the properties in this column
when the item editor is active.
|
Field |
Form.getField(Object propertyId)
Deprecated.
Gets the field identified by the propertyid.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Form.addField(Object propertyId,
Field<?> field)
Deprecated.
Registers the field with the form and adds the field to the form layout.
|
protected void |
Form.attachField(Object propertyId,
Field field)
Deprecated.
Adds the field to the form layout.
|
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 void |
Form.detachField(Field field)
Deprecated.
Called when a form field is detached from a Form.
|
Grid.Column |
Grid.Column.setEditorField(Field<?> editor)
Deprecated.
Sets the field component used to edit the properties in this column
when the item editor is active.
|
| Constructor and Description |
|---|
ValueChangeEvent(Field source)
Deprecated.
Constructs a new event object with the specified source field object.
|
Copyright © 2019 Vaadin Ltd. All rights reserved.