public interface

RowStyles

com.google.gwt.user.cellview.client.RowStyles<T>

Class Overview

A description of how rows are to be styled in a CellTable.

Summary

Public Methods
abstract String getStyleNames(T row, int rowIndex)
Get extra style names that should be applied to a row.

Public Methods

public abstract String getStyleNames (T row, int rowIndex)

Get extra style names that should be applied to a row.

Parameters
row the data stored in the row.
rowIndex the zero-based index of the row.
Returns
  • the extra styles of the given row in a space-separated list, or null if there are no extra styles for this row.