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

Example usage for Java com.google.gwt.user.cellview.client ColumnSortList 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 ColumnSortList.

The text is from its open source code.

Method

voidclear()
Removes all of the elements from this list.
ColumnSortInfoget(int index)
Get the ColumnSortInfo at the specified index.
voidinsert(int index, ColumnSortInfo sortInfo)
Inserts the specified ColumnSortInfo at the specified position in this list.
ColumnSortInfopush(Column column)
Push a Column onto the list at index zero, setting ascending to true.
voidpush(ColumnSortInfo sortInfo)
Push a ColumnSortInfo onto the list at index zero.
intsize()
Get the size of the list.