Uses of Class
com.google.gwt.user.client.ui.HTMLTable.RowFormatter
-
Packages that use HTMLTable.RowFormatter Package Description com.google.gwt.user.client.ui Widgets, Panels, and other user-interface classes. -
-
Uses of HTMLTable.RowFormatter in com.google.gwt.user.client.ui
Methods in com.google.gwt.user.client.ui that return HTMLTable.RowFormatter Modifier and Type Method Description HTMLTable.RowFormatter
HTMLTable. getRowFormatter()
Gets the RowFormatter associated with this table.Methods in com.google.gwt.user.client.ui with parameters of type HTMLTable.RowFormatter Modifier and Type Method Description protected void
HTMLTable. setRowFormatter(HTMLTable.RowFormatter rowFormatter)
Sets the table's RowFormatter.
-