Skip to content

Commit

Permalink
docs: make Forms more prominent in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tepi committed Jan 22, 2025
1 parent 4bfb742 commit 0762751
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion articles/flow/binding-data/components-binder.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Binding Data to Forms
page-title: How to bind data with components using binder | Vaadin
page-title: How to bind data to forms with field components using binder
description: How to bind data to forms, which are composites with multiple fields that each bind to sub-structures in data.
meta-description: Learn how to bind data to forms, which are composites with multiple fields that each bind to sub-structures in data, in Vaadin Flow.
order: 10
Expand Down
10 changes: 5 additions & 5 deletions articles/flow/binding-data/index.adoc
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
title: Data Binding
page-title: How to bind data effectively in Vaadin
description: Show data in listing components and collect user input using form fields.
meta-description: Explore data binding techniques in Vaadin Flow to ensure accurate data handling.
title: Forms & Data Binding
page-title: How to bind data to forms and selection components effectively in Vaadin
description: Learn how to bind data to forms and selection components in Vaadin Flow.
meta-description: Learn how to bind data to forms and selection components in Vaadin Flow.
order: 60
---


= Data Binding
= Forms and Data Binding

Vaadin Flow includes mechanisms to bind field components, as well as forms consisting of fields directly to business objects (e.g., Java beans). Binding is buffered, so you can load and reload data from the source to fields, and then save the edited data back.

Expand Down

0 comments on commit 0762751

Please sign in to comment.