Uses of Interface
com.google.gwt.user.cellview.client.RowStyles
Packages that use RowStyles
-
Uses of RowStyles in com.google.gwt.user.cellview.client
Methods in com.google.gwt.user.cellview.client that return RowStylesModifier and TypeMethodDescriptionAbstractCellTable.getRowStyles()
Gets the object used to determine how a row is styled.Methods in com.google.gwt.user.cellview.client with parameters of type RowStylesModifier 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.