Java com.google.gwt.gen2.table.client SelectionGrid fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.gen2.table.client SelectionGrid fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.gen2.table.client SelectionGrid.

The text is from its open source code.

Method

SelectionPolicygetSelectionPolicy()
booleanisSelectionEnabled()
voidsetSelectionEnabled(boolean enabled)
Enable or disable row selection.
voidsetSelectionPolicy(SelectionPolicy selectionPolicy)
Set the selection policy, which determines if the user can select zero, one, or multiple rows.