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)
           
 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)
Specified by:
canHandleKeyPress in class FocusHandler

onTab

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