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 classFlexTable.FlexCellFormatterFlexTable-specific implementation ofHTMLTable.CellFormatter.Methods in com.google.gwt.user.client.ui that return HTMLTable.CellFormatter Modifier and Type Method Description HTMLTable.CellFormatterHTMLTable. getCellFormatter()Gets theHTMLTable.CellFormatterassociated with this table.Methods in com.google.gwt.user.client.ui with parameters of type HTMLTable.CellFormatter Modifier and Type Method Description protected voidHTMLTable. setCellFormatter(HTMLTable.CellFormatter cellFormatter)Sets the table's CellFormatter.
-