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
-
public class CellBasedWidgetImplStandardBase extends CellBasedWidgetImplStandard
StandardBase implementation ofCellBasedWidgetImpl
.
-
-
Field Summary
-
Fields inherited from class com.google.gwt.user.cellview.client.CellBasedWidgetImpl
focusableTypes
-
-
Constructor Summary
Constructors Constructor Description CellBasedWidgetImplStandardBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
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
-
-
-
-
Method Detail
-
resetFocus
public void resetFocus(Scheduler.ScheduledCommand command)
Description copied from class:CellBasedWidgetImpl
Reset focus on an element.- Overrides:
resetFocus
in classCellBasedWidgetImpl
- Parameters:
command
- the command to execute when resetting focus
-
-