public static class CrudView.PersonDataProvider extends com.vaadin.flow.data.provider.AbstractBackEndDataProvider<CrudView.Person,CrudFilter>
| Constructor and Description |
|---|
PersonDataProvider() |
| Modifier and Type | Method and Description |
|---|---|
protected Stream<CrudView.Person> |
fetchFromBackEnd(com.vaadin.flow.data.provider.Query<CrudView.Person,CrudFilter> query) |
protected int |
sizeInBackEnd(com.vaadin.flow.data.provider.Query<CrudView.Person,CrudFilter> query) |
fetch, setSortOrders, sizeaddDataProviderListener, addListener, fireEvent, refreshAll, refreshItem, refreshItemclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected Stream<CrudView.Person> fetchFromBackEnd(com.vaadin.flow.data.provider.Query<CrudView.Person,CrudFilter> query)
fetchFromBackEnd in class com.vaadin.flow.data.provider.AbstractBackEndDataProvider<CrudView.Person,CrudFilter>protected int sizeInBackEnd(com.vaadin.flow.data.provider.Query<CrudView.Person,CrudFilter> query)
sizeInBackEnd in class com.vaadin.flow.data.provider.AbstractBackEndDataProvider<CrudView.Person,CrudFilter>Copyright © 2026. All rights reserved.