info.magnolia.ui.vaadin.gwt.client.editor.event
Class FrameNavigationEvent

java.lang.Object
  extended by com.google.web.bindery.event.shared.Event<H>
      extended by com.google.gwt.event.shared.GwtEvent<FrameNavigationEventHandler>
          extended by info.magnolia.ui.vaadin.gwt.client.editor.event.FrameNavigationEvent

public class FrameNavigationEvent
extends com.google.gwt.event.shared.GwtEvent<FrameNavigationEventHandler>

FrameNavigationEvent is used to notify the PageEditorConnector when the url inside the iFrame is changed. Used to update the serverside implementation when navigating inside the iFrame and to overcome a limitation in frame handling on webkit browser. This event is fired by the onClick method defined in ElementProcessor.registerOnclick(com.google.gwt.dom.client.Element).


Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
com.google.gwt.event.shared.GwtEvent.Type<H>
 
Field Summary
static com.google.gwt.event.shared.GwtEvent.Type<FrameNavigationEventHandler> TYPE
           
 
Constructor Summary
FrameNavigationEvent(String path)
           
 
Method Summary
protected  void dispatch(FrameNavigationEventHandler handler)
           
 com.google.gwt.event.shared.GwtEvent.Type<FrameNavigationEventHandler> getAssociatedType()
           
 String getPath()
           
 
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, getSource, isLive, kill, revive
 
Methods inherited from class com.google.web.bindery.event.shared.Event
setSource, toDebugString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TYPE

public static com.google.gwt.event.shared.GwtEvent.Type<FrameNavigationEventHandler> TYPE
Constructor Detail

FrameNavigationEvent

public FrameNavigationEvent(String path)
Method Detail

getAssociatedType

public com.google.gwt.event.shared.GwtEvent.Type<FrameNavigationEventHandler> getAssociatedType()
Overrides:
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<FrameNavigationEventHandler>

dispatch

protected void dispatch(FrameNavigationEventHandler handler)
Specified by:
dispatch in class com.google.gwt.event.shared.GwtEvent<FrameNavigationEventHandler>

getPath

public String getPath()


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