Uses of Interface
com.google.gwt.user.cellview.client.RowStyles
-
Uses of RowStyles in com.google.gwt.user.cellview.client
Modifier and TypeMethodDescriptionAbstractCellTable.getRowStyles()
Gets the object used to determine how a row is styled.Modifier and TypeMethodDescriptionvoid
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.