class CellBasedWidgetImplTrident extends CellBasedWidgetImpl
focusableTypes| Constructor and Description | 
|---|
| CellBasedWidgetImplTrident() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | isFocusable(Element elem)Check if an element is focusable. | 
| void | onBrowserEvent(Widget widget,
              Event event)Process an event on a target cell. | 
| SafeHtml | processHtml(SafeHtml html)Takes in an html string and processes it, adding support for events. | 
| void | resetFocus(Scheduler.ScheduledCommand command)Reset focus on an element. | 
| protected int | sinkEvent(Widget widget,
         java.lang.String typeName)Get the event bits to sink for an event type. | 
get, sinkEventspublic boolean isFocusable(Element elem)
CellBasedWidgetImplisFocusable in class CellBasedWidgetImplelem - the elementpublic void onBrowserEvent(Widget widget, Event event)
CellBasedWidgetImplonBrowserEvent in class CellBasedWidgetImplwidget - the Widget on which the event occurredevent - the event to handlepublic SafeHtml processHtml(SafeHtml html)
CellBasedWidgetImplprocessHtml in class CellBasedWidgetImplhtml - the html string to processpublic void resetFocus(Scheduler.ScheduledCommand command)
CellBasedWidgetImplresetFocus in class CellBasedWidgetImplcommand - the command to execute when resetting focusprotected int sinkEvent(Widget widget, java.lang.String typeName)
CellBasedWidgetImplsinkEvent in class CellBasedWidgetImplwidget - the Widget that will handle the eventstypeName - the name of the event to sink