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

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

Introduction

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

The text is from its open source code.

Implementation

com.google.gwt.view.client.HasData has the following implementations.
Click this link to see all its implementation.

Method

SelectionModelgetSelectionModel()
Get the SelectionModel used by this HasData .
TgetVisibleItem(int indexOnPage)
Get the row value at the specified visible index.
intgetVisibleItemCount()
Get the number of visible items being displayed.
voidsetRowData(int start, List values)

Set a values associated with the rows in the visible range.

voidsetSelectionModel(SelectionModel selectionModel)
Set the SelectionModel used by this HasData .
voidsetVisibleRangeAndClearData(Range range, boolean forceRangeChangeEvent)

Set the visible range and clear the current visible data.