Uses of Class
com.vaadin.flow.component.crud.demo.CrudView.Person
-
-
Uses of CrudView.Person in com.vaadin.flow.component.crud.demo
Methods in com.vaadin.flow.component.crud.demo that return CrudView.Person Modifier and Type Method Description CrudView.PersonCrudView.Person. clone()Methods in com.vaadin.flow.component.crud.demo that return types with arguments of type CrudView.Person Modifier and Type Method Description protected Stream<CrudView.Person>CrudView.PersonDataProvider. fetchFromBackEnd(com.vaadin.flow.data.provider.Query<CrudView.Person,CrudFilter> query)Method parameters in com.vaadin.flow.component.crud.demo with type arguments of type CrudView.Person Modifier and Type Method Description protected Stream<CrudView.Person>CrudView.PersonDataProvider. fetchFromBackEnd(com.vaadin.flow.data.provider.Query<CrudView.Person,CrudFilter> query)protected intCrudView.PersonDataProvider. sizeInBackEnd(com.vaadin.flow.data.provider.Query<CrudView.Person,CrudFilter> query)
-