tlaukkan / vaadin-lazyquerycontainer

Lazy Query Container is a lazy loading container implementation for accessing data from business services.
http://vaadin.com/directory#addon/117
39 stars 73 forks source link

Access data for other component than table? #82

Closed stozk closed 8 years ago

stozk commented 8 years ago

Hi,

I'm just asking for my understanding: Can I use the lazy query container to pull data for other components than a table? Every example for any kind of datasource always uses just a table.

I want to pull data from a DB, where every entity is represented inside a small panel component, which is arranged in a gridlayout.

So I'm wondering, if this is the right component to use for data access for this.

Thanks & BR

tlaukkan commented 8 years ago

Hi, you can use LQC for other components as well.