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

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

Introduction

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

Usage

From source file org.activityinfo.ui.client.component.table.filter.FilterDataGridStyles.java

/**
 * @author yuriyz on 4/4/14.
 */
@Source("filterdatagrid.less")
@Strictness(ignoreMissingClasses = true)
public interface FilterDataGridStyles extends Stylesheet, DataGrid.Style {

From source file org.rstudio.core.client.theme.RStudioDataGridStyle.java

public interface RStudioDataGridStyle extends DataGrid.Style {
    String RSTUDIO_DEFAULT_CSS = "org/rstudio/core/client/theme/RStudioCellTableStyle.css";
}

From source file org.rstudio.studio.client.workbench.views.packages.ui.PackagesDataGridStyle.java

public interface PackagesDataGridStyle extends DataGrid.Style {
    String packageOutOfSyncRow();

    String packageNotApplicableColumn();
}