server side paging toolbar

Hi All,

I need a paging toolbar for server-side paging operations. I don’t want to calculate query count. Toolabar should have only forward/backward arrows and a textfield(editable) showing current page.Does Vaadin have a component for this purpose?

Thanks in advance…

There is a
PagingComponent
addon, which might not be exactly what you want but you could use it as a starting point - although this should be very easy to implement also from scratch just by composing a few standard components.

Thanks for reply. Actually i am surprised that Vaadin doesn’t have a paging grid component like gxt (http://www.sencha.com/examples/#ExamplePlace:paginggrid). I hope you add this component soon.