Example usage for com.google.gwt.user.cellview.client CellList.Style interface-usage

List of usage examples for com.google.gwt.user.cellview.client CellList.Style interface-usage

Introduction

In this page you can find the example usage for com.google.gwt.user.cellview.client CellList.Style interface-usage.

Usage

From source file com.tasktop.c2c.server.common.web.client.view.NoCellListStyle.java

public class NoCellListStyle implements CellList.Style, CellList.Resources {
    @Override
    public String cellListEvenItem() {
        return "ZorkNarf";
    }

From source file org.bonitasoft.console.client.mvp.CellStyle.java

/**
 * @author Vincent Elcrin
 */
public class CellStyle implements CellList.Style {

    private final String style;