|
GWT 2.4.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SourcesTableEvents | |
---|---|
com.google.gwt.user.client.ui | Widgets, Panels, and other user-interface classes. |
Uses of SourcesTableEvents in com.google.gwt.user.client.ui |
---|
Classes in com.google.gwt.user.client.ui that implement SourcesTableEvents | |
---|---|
class |
FlexTable
A flexible table that creates cells on demand. |
class |
Grid
A rectangular grid that can contain text, html, or a child Widget within its cells. |
class |
HTMLTable
HTMLTable contains the common table algorithms for Grid and
FlexTable . |
Methods in com.google.gwt.user.client.ui with parameters of type SourcesTableEvents | |
---|---|
void |
TableListenerCollection.fireCellClicked(SourcesTableEvents sender,
int row,
int cell)
Deprecated. |
void |
TableListener.onCellClicked(SourcesTableEvents sender,
int row,
int cell)
Deprecated. use ClickHandler and
HTMLTable.getCellForEvent(com.google.gwt.event.dom.client.ClickEvent)
instead |
|
GWT 2.4.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |