info.magnolia.ui.vaadin.gwt.client.editor.jsni
Class GenericFrameEventHandler

java.lang.Object
  extended by info.magnolia.ui.vaadin.gwt.client.editor.jsni.AbstractFrameEventHandler
      extended by info.magnolia.ui.vaadin.gwt.client.editor.jsni.GenericFrameEventHandler

public class GenericFrameEventHandler
extends AbstractFrameEventHandler

GenericFrameEventHandler. The generic implementation to handle iFrame events. Used by firefox so far.


Constructor Summary
GenericFrameEventHandler()
           
 
Method Summary
 void init()
           
 void initNativeKeyListener(com.google.gwt.dom.client.Element element)
          Catches key events on the contentDocument of the frame Element and fires it on the frame to enable event bubbling from the frame up to the DOM.
 void notifyUrlChange()
           
 void registerLoadHandler()
           
 
Methods inherited from class info.magnolia.ui.vaadin.gwt.client.editor.jsni.AbstractFrameEventHandler
getEventBus, getView, initNativeMouseSelectionListener, initNativeTouchSelectionListener, initScrollListener, onFrameReady, reloadIFrame, setEventBus, setView
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericFrameEventHandler

public GenericFrameEventHandler()
Method Detail

init

public void init()
Specified by:
init in class AbstractFrameEventHandler

registerLoadHandler

public void registerLoadHandler()

notifyUrlChange

public void notifyUrlChange()
Specified by:
notifyUrlChange in class AbstractFrameEventHandler

initNativeKeyListener

public void initNativeKeyListener(com.google.gwt.dom.client.Element element)
Description copied from class: AbstractFrameEventHandler
Catches key events on the contentDocument of the frame Element and fires it on the frame to enable event bubbling from the frame up to the DOM.

Specified by:
initNativeKeyListener in class AbstractFrameEventHandler


Copyright © 2013 Magnolia International Ltd.. All Rights Reserved.