Skip to content
This repository has been archived by the owner on May 5, 2022. It is now read-only.

The example of Spring Boot's Chapter6 maybe has a problem #98

Open
yuan199696 opened this issue Jan 14, 2021 · 0 comments
Open

The example of Spring Boot's Chapter6 maybe has a problem #98

yuan199696 opened this issue Jan 14, 2021 · 0 comments

Comments

@yuan199696
Copy link

The method updateList() needs a parameter,the code like this:
private void configureFilter(){ filterText.setPlaceholder("Filter by name..."); filterText.setClearButtonVisible(true); filterText.setValueChangeMode(ValueChangeMode.LAZY); filterText.addValueChangeListener(e -> updateList(e.getValue())); } private void updateList(String value) { grid.setItems(contactService.findAll(value)); }

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant