Example usage for com.google.gwt.user.cellview.client CellBrowser subclass-usage

List of usage examples for com.google.gwt.user.cellview.client CellBrowser subclass-usage

Introduction

In this page you can find the example usage for com.google.gwt.user.cellview.client CellBrowser subclass-usage.

Usage

From source file gwtquery.plugins.droppable.client.gwt.DragAndDropCellBrowser.java

/**
 * This cell browser allows you to define draggable and or droppable cells by
 * using {@link DragAndDropNodeInfo}.
 * 
 */
public class DragAndDropCellBrowser extends CellBrowser {

From source file org.jboss.as.console.client.widgets.browser.DefaultCellBrowser.java

/**
 * @author Harald Pehl
 * @date 11/23/2012
 */
public class DefaultCellBrowser extends CellBrowser {
    public static final int DEFAILT_PAGE_SIZE = 10;