GWT 2.7.0

Uses of Interface
com.google.gwt.user.cellview.client.RowStyles

Packages that use RowStyles
com.google.gwt.user.cellview.client The "cellview" widget set. 
 

Uses of RowStyles in com.google.gwt.user.cellview.client
 

Methods in com.google.gwt.user.cellview.client that return RowStyles
 RowStyles<T> AbstractCellTable.getRowStyles()
          Gets the object used to determine how a row is styled.
 

Methods in com.google.gwt.user.cellview.client with parameters of type RowStyles
 void AbstractCellTable.setRowStyles(RowStyles<T> rowStyles)
          Sets the object used to determine how a row is styled; the change will take effect the next time that the table is rendered.
 


GWT 2.7.0