Class CellBasedWidgetImplStandardBase
java.lang.Object
com.google.gwt.user.cellview.client.CellBasedWidgetImpl
com.google.gwt.user.cellview.client.CellBasedWidgetImplStandard
com.google.gwt.user.cellview.client.CellBasedWidgetImplStandardBase
StandardBase implementation of
CellBasedWidgetImpl
.-
Field Summary
Fields inherited from class com.google.gwt.user.cellview.client.CellBasedWidgetImpl
focusableTypes
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
resetFocus
(Scheduler.ScheduledCommand command) Reset focus on an element.Methods inherited from class com.google.gwt.user.cellview.client.CellBasedWidgetImplStandard
sinkEvent
Methods inherited from class com.google.gwt.user.cellview.client.CellBasedWidgetImpl
get, isFocusable, onBrowserEvent, processHtml, sinkEvents
-
Constructor Details
-
CellBasedWidgetImplStandardBase
public CellBasedWidgetImplStandardBase()
-
-
Method Details
-
resetFocus
Description copied from class:CellBasedWidgetImpl
Reset focus on an element.- Overrides:
resetFocus
in classCellBasedWidgetImpl
- Parameters:
command
- the command to execute when resetting focus
-