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
Constructors -
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:CellBasedWidgetImplGet the event bits to sink for an event type.- Overrides:
sinkEventin classCellBasedWidgetImpl- Parameters:
widget- theWidgetthat will handle the eventstypeName- the name of the event to sink- Returns:
- the event bits to sink, or -1 if no events to sink
-