Uses of Interface
com.google.gwt.user.cellview.client.RowStyles
-
Packages that use RowStyles Package Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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.
-