com.extjs.gxt.ui.client.aria
Class HtmlEditorHandler

java.lang.Object
  extended by com.extjs.gxt.ui.client.aria.FocusHandler
      extended by com.extjs.gxt.ui.client.aria.HtmlEditorHandler

public class HtmlEditorHandler
extends FocusHandler


Field Summary
 
Fields inherited from class com.extjs.gxt.ui.client.aria.FocusHandler
managed
 
Constructor Summary
HtmlEditorHandler()
           
 
Method Summary
 boolean canHandleKeyPress(Component component, PreviewEvent pe)
          Return true if this handler can handle key events for the given component.
 void onTab(Component component, PreviewEvent pe)
           
 
Methods inherited from class com.extjs.gxt.ui.client.aria.FocusHandler
findForwardOverride, findNavigationHandler, findNextWidget, findPreviousOverride, findPreviousWidget, firstActive, focusNextWidget, focusPreviousWidget, focusWidget, focusWidget, forwardIfOverride, isContainer, isIgnore, isManaged, lastActive, onEnter, onEscape, onLeft, onRight, previousIfOverride, stepInto, stepOut
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HtmlEditorHandler

public HtmlEditorHandler()
Method Detail

canHandleKeyPress

public boolean canHandleKeyPress(Component component,
                                 PreviewEvent pe)
Description copied from class: FocusHandler
Return true if this handler can handle key events for the given component.

Specified by:
canHandleKeyPress in class FocusHandler
Parameters:
component - the target component
pe - the preview event
Returns:
true if can handle

onTab

public void onTab(Component component,
                  PreviewEvent pe)
Overrides:
onTab in class FocusHandler