| Package | Description |
|---|---|
| com.vaadin.v7.data.fieldgroup | |
| com.vaadin.v7.ui |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractSelect |
DefaultFieldGroupFieldFactory.createCompatibleSelect(Class<? extends AbstractSelect> fieldType)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultFieldGroupFieldFactory.populateWithEnumData(AbstractSelect select,
Class<? extends Enum> enumClass)
Deprecated.
Populates the given select with all the enums in the given
Enum
class. |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractSelect |
DefaultFieldGroupFieldFactory.createCompatibleSelect(Class<? extends AbstractSelect> fieldType)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ComboBox
Deprecated.
As of 8.0 replaced by
ComboBox based on the
new data binding API |
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 |
Select
Deprecated.
As of 7.0. Use
ComboBox instead. |
class |
Table
Deprecated.
As of 8.0, use
Grid instead |
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 |
|---|---|
protected AbstractSelect |
Grid.EditorFieldFactory.createCompatibleSelect(Class<? extends AbstractSelect> fieldType)
Deprecated.
|
AbstractSelect |
Form.replaceWithSelect(Object propertyId,
Object[] values,
Object[] descriptions)
Deprecated.
Sets the form field to be selectable from static list of changes.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
Grid.EditorFieldFactory.populateWithEnumData(AbstractSelect select,
Class<? extends Enum> enumClass)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected AbstractSelect |
Grid.EditorFieldFactory.createCompatibleSelect(Class<? extends AbstractSelect> fieldType)
Deprecated.
|
| Constructor and Description |
|---|
AcceptItem(AbstractSelect select,
Object... itemId)
Deprecated.
|
TargetItemIs(AbstractSelect select,
Object... itemId)
Deprecated.
|
Copyright © 2019 Vaadin Ltd. All rights reserved.