Class CellBasedWidgetImplStandard
java.lang.Object
com.google.gwt.user.cellview.client.CellBasedWidgetImpl
com.google.gwt.user.cellview.client.CellBasedWidgetImplStandard
- Direct Known Subclasses:
CellBasedWidgetImplStandardBase
Standard implementation used by most cell based widgets.
-
Field Summary
Fields inherited from class com.google.gwt.user.cellview.client.CellBasedWidgetImpl
focusableTypes
-
Constructor Summary
-
Method Summary
Methods inherited from class com.google.gwt.user.cellview.client.CellBasedWidgetImpl
get, isFocusable, onBrowserEvent, processHtml, resetFocus, sinkEvents
-
Constructor Details
-
CellBasedWidgetImplStandard
public CellBasedWidgetImplStandard()
-
-
Method Details
-
sinkEvent
Description copied from class:CellBasedWidgetImpl
Get the event bits to sink for an event type.- Overrides:
sinkEvent
in classCellBasedWidgetImpl
- Parameters:
widget
- theWidget
that will handle the eventstypeName
- the name of the event to sink- Returns:
- the event bits to sink, or -1 if no events to sink
-