Registry / web-framework / flow-data

flow-data

JSON →
library25.1.1javamavenunverified

Flow Data provides data binding and validation components for Vaadin Flow applications.

<dependency> <groupId>com.vaadin</groupId> <artifactId>flow-data</artifactId> <version>25.1.1</version> </dependency>
INSTALL
IMPORT
SIG · FLOW-DATA
F
flow-data
web-frameworkjavav25.1.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Binder
com.vaadin.flow.data.binder.Binder

Binds a text field to a Person bean property.

import com.vaadin.flow.data.binder.Binder; import com.vaadin.flow.component.textfield.TextField; public class Example { public static void main(String[] args) { Binder<Person> binder = new Binder<>(Person.class); TextField nameField = new TextField("Name"); binder.bind(nameField, Person::getName, Person::setName); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
25.1.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
flow-data — mvn dependency:get flow-data · libregistry