Java com.google.gwt.user.cellview.client ColumnSortEvent fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.user.cellview.client ColumnSortEvent fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.user.cellview.client ColumnSortEvent.

The text is from its open source code.

Method

ColumnSortEventfire(HasHandlers source, ColumnSortList sortList)
Fires a cell preview event on all registered handlers in the handler manager.
ColumngetColumn()
Get the Column that was sorted.
ColumnSortListgetColumnSortList()
Get the ColumnSortList that contains the ordered list of sorted columns.
TypegetType()
Gets the type associated with this event.
booleanisSortAscending()
Check if the Column is sorted in ascending order.