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

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

Introduction

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

The text is from its open source code.

Field

Method

intgetColumn()
Get the column index of the Cell where the event occurred if the source is a table.
HasDatagetDisplay()
Get the HasData source of the event.
intgetIndex()
Get the index of the value where the event occurred.
NativeEventgetNativeEvent()
Get the NativeEvent to preview.
TgetValue()
Get the value where the event occurred.
voidsetCanceled(boolean cancel)
Cancel the event and prevent it from firing to the Cell.