Java com.vaadin.client.widget.grid.datasources ListDataSource fields, constructors, methods, implement or subclass

Example usage for Java com.vaadin.client.widget.grid.datasources ListDataSource fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.vaadin.client.widget.grid.datasources ListDataSource.

The text is from its open source code.

Constructor

ListDataSource(List datasource)
Constructs a new list data source.
ListDataSource(T... rows)
Constructs a data source with a set of rows.