Java com.google.gwt.view.client ListDataProvider fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.view.client ListDataProvider fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.view.client ListDataProvider.

The text is from its open source code.

Subclass

com.google.gwt.view.client.ListDataProvider has subclasses.
Click this link to see all its subclasses.

Constructor

ListDataProvider()
Creates an empty model.
ListDataProvider(List listToWrap)
Creates a list model that wraps the given list.
ListDataProvider(ProvidesKey keyProvider)
Creates an empty list model that wraps the given collection.
ListDataProvider(List listToWrap, ProvidesKey keyProvider)
Creates a list model that wraps the given list.

Method

voidflush()
Flush pending list changes to the displays.
ListgetList()
Get the list that backs this model.
voidrefresh()
Refresh all of the displays listening to this adapter.
voidsetList(List listToWrap)
Replace this model's list.