C F G I P S
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- clone() - Method in class com.vaadin.flow.component.crud.demo.CrudView.Person
- com.vaadin.flow.component.crud.demo - package com.vaadin.flow.component.crud.demo
- CrudView - Class in com.vaadin.flow.component.crud.demo
- CrudView() - Constructor for class com.vaadin.flow.component.crud.demo.CrudView
- CrudView.Person - Class in com.vaadin.flow.component.crud.demo
- CrudView.PersonDataProvider - Class in com.vaadin.flow.component.crud.demo
F
- fetchFromBackEnd(Query<CrudView.Person, CrudFilter>) - Method in class com.vaadin.flow.component.crud.demo.CrudView.PersonDataProvider
G
- getFirstName() - Method in class com.vaadin.flow.component.crud.demo.CrudView.Person
- getId() - Method in class com.vaadin.flow.component.crud.demo.CrudView.Person
- getLastName() - Method in class com.vaadin.flow.component.crud.demo.CrudView.Person
I
- initView() - Method in class com.vaadin.flow.component.crud.demo.CrudView
P
- Person() - Constructor for class com.vaadin.flow.component.crud.demo.CrudView.Person
-
No-arg constructor required by Crud to be able to instantiate a new bean when the new item button is clicked.
- Person(Integer, String, String) - Constructor for class com.vaadin.flow.component.crud.demo.CrudView.Person
- PersonDataProvider() - Constructor for class com.vaadin.flow.component.crud.demo.CrudView.PersonDataProvider
S
- setFirstName(String) - Method in class com.vaadin.flow.component.crud.demo.CrudView.Person
- setId(Integer) - Method in class com.vaadin.flow.component.crud.demo.CrudView.Person
- setLastName(String) - Method in class com.vaadin.flow.component.crud.demo.CrudView.Person
- sizeInBackEnd(Query<CrudView.Person, CrudFilter>) - Method in class com.vaadin.flow.component.crud.demo.CrudView.PersonDataProvider
All Classes All Packages