Uses of Interface
com.google.gwt.user.client.ui.SourcesTableEvents
Package
Description
Widgets, Panels, and other user-interface classes.
The date picker widget and associated types.
-
Uses of SourcesTableEvents in com.google.gwt.user.client.ui
Modifier and TypeClassDescriptionclass
A flexible table that creates cells on demand.class
A rectangular grid that can contain text, html, or a childWidget
within its cells.class
Modifier and TypeMethodDescriptionvoid
TableListenerCollection.fireCellClicked
(SourcesTableEvents sender, int row, int cell) Deprecated.void
TableListener.onCellClicked
(SourcesTableEvents sender, int row, int cell) Deprecated. -
Uses of SourcesTableEvents in com.google.gwt.user.datepicker.client
Modifier and TypeClassDescription(package private) class
CellGridImpl<V>
Highlighting, selectable cell grid.(package private) class
Cell grid.
ClickHandler
andHTMLTable.getCellForEvent(com.google.gwt.event.dom.client.ClickEvent)
instead