Uses of Class
com.google.gwt.user.client.ui.HTMLTable.Cell
-
Packages that use HTMLTable.Cell Package Description com.google.gwt.user.client.ui Widgets, Panels, and other user-interface classes. -
-
Uses of HTMLTable.Cell in com.google.gwt.user.client.ui
Methods in com.google.gwt.user.client.ui that return HTMLTable.Cell Modifier and Type Method Description HTMLTable.Cell
HTMLTable. getCellForEvent(ClickEvent event)
Given a click event, return the Cell that was clicked, or null if the event did not hit this table.
-