| Package | Description |
|---|---|
| com.vaadin.v7.data.fieldgroup |
| 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 |
FieldGroup.bindMemberFields(Object objectWithMemberFields)
Deprecated.
Binds member fields found in the given object.
|
protected <T extends Field> |
FieldGroup.build(String caption,
Class<?> dataType,
Class<T> fieldType)
Deprecated.
Creates a field based on the given data type.
|
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.
|
<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.
|
void |
FieldGroup.buildAndBindMemberFields(Object objectWithMemberFields)
Deprecated.
Binds member fields found in the given object and builds member fields
that have not been initialized.
|
protected void |
FieldGroup.buildAndBindMemberFields(Object objectWithMemberFields,
boolean buildFields)
Deprecated.
Binds member fields found in the given object and optionally builds
member fields that have not been initialized.
|
protected Property |
FieldGroup.getItemProperty(Object propertyId)
Deprecated.
Gets the property with the given property id from the item.
|
protected Class<?> |
FieldGroup.getPropertyType(Object propertyId)
Deprecated.
Gets the type of the property with the given property id.
|
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.
|
Copyright © 2019 Vaadin Ltd. All rights reserved.