Skip to content

Instantly share code, notes, and snippets.

View melistik's full-sized avatar
🐝
loves to code and publish open source

Marten Prieß melistik

🐝
loves to code and publish open source
View GitHub Profile

Keybase proof

I hereby claim:

  • I am melistik on github.
  • I am melistik (https://keybase.io/melistik) on keybase.
  • I have a public key ASBBCAmiHJxuCIb3zfntO5e565GC3h9luJuvmfVZJwX0OAo

To claim this, I am signing this object:

@melistik
melistik / TestUI.java
Created January 29, 2018 11:01
Vaadin: Refresh Grid-Rows when underlying Object updated
import com.vaadin.server.VaadinRequest;
import com.vaadin.spring.annotation.SpringUI;
import com.vaadin.ui.Grid;
import com.vaadin.ui.TextField;
import com.vaadin.ui.UI;
import com.vaadin.ui.themes.ValoTheme;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
import lombok.RequiredArgsConstructor;