Uses of Class
com.google.gwt.user.client.ui.HTMLTable.CellFormatter
-
Packages that use HTMLTable.CellFormatter Package Description com.google.gwt.user.client.ui Widgets, Panels, and other user-interface classes. -
-
Uses of HTMLTable.CellFormatter in com.google.gwt.user.client.ui
Subclasses of HTMLTable.CellFormatter in com.google.gwt.user.client.ui Modifier and Type Class Description class
FlexTable.FlexCellFormatter
FlexTable-specific implementation ofHTMLTable.CellFormatter
.Methods in com.google.gwt.user.client.ui that return HTMLTable.CellFormatter Modifier and Type Method Description HTMLTable.CellFormatter
HTMLTable. getCellFormatter()
Gets theHTMLTable.CellFormatter
associated with this table.Methods in com.google.gwt.user.client.ui with parameters of type HTMLTable.CellFormatter Modifier and Type Method Description protected void
HTMLTable. setCellFormatter(HTMLTable.CellFormatter cellFormatter)
Sets the table's CellFormatter.
-