|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FieldGroup.BindException | |
---|---|
com.vaadin.data.fieldgroup |
Uses of FieldGroup.BindException in com.vaadin.data.fieldgroup |
---|
Methods in com.vaadin.data.fieldgroup that throw FieldGroup.BindException | ||
---|---|---|
void |
FieldGroup.bind(Field<?> field,
java.lang.Object propertyId)
Binds the field with the given propertyId from the current item. |
|
void |
FieldGroup.bindMemberFields(java.lang.Object objectWithMemberFields)
Binds member fields found in the given object. |
|
protected
|
FieldGroup.build(java.lang.String caption,
java.lang.Class<?> dataType,
java.lang.Class<T> fieldType)
Creates a field based on the given data type. |
|
Field<?> |
FieldGroup.buildAndBind(java.lang.Object propertyId)
Builds a field and binds it to the given property id using the field binder. |
|
Field<?> |
FieldGroup.buildAndBind(java.lang.String caption,
java.lang.Object propertyId)
Builds a field using the given caption and binds it to the given property id using the field binder. |
|
|
BeanFieldGroup.buildAndBind(java.lang.String caption,
java.lang.Object propertyId,
java.lang.Class<T> fieldType)
|
|
|
FieldGroup.buildAndBind(java.lang.String caption,
java.lang.Object propertyId,
java.lang.Class<T> fieldType)
Builds a field using the given caption and binds it to the given property id using the field binder. |
|
void |
FieldGroup.buildAndBindMemberFields(java.lang.Object objectWithMemberFields)
Binds member fields found in the given object and builds member fields that have not been initialized. |
|
protected void |
FieldGroup.buildAndBindMemberFields(java.lang.Object objectWithMemberFields,
boolean buildFields)
Binds member fields found in the given object and optionally builds member fields that have not been initialized. |
|
protected Property |
FieldGroup.getItemProperty(java.lang.Object propertyId)
Gets the property with the given property id from the item. |
|
protected java.lang.Class<?> |
FieldGroup.getPropertyType(java.lang.Object propertyId)
Gets the type of the property with the given property id. |
|
void |
BeanFieldGroup.unbind(Field<?> field)
|
|
void |
FieldGroup.unbind(Field<?> field)
Detaches the field from its property id and removes it from this FieldBinder. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |