public class NavigationEvent extends com.google.gwt.event.shared.GwtEvent<NavigationEvent.NavigationHandler>
ModelDrivenCommand.
It's an instruction to navigate to a different interaction unit.| Modifier and Type | Class and Description |
|---|---|
static interface |
NavigationEvent.NavigationHandler |
static class |
NavigationEvent.Relation |
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type |
TYPE |
| Constructor and Description |
|---|
NavigationEvent(QName id,
QName target) |
NavigationEvent(QName id,
QName target,
NavigationEvent.Relation relation) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(NavigationEvent.NavigationHandler listener) |
static void |
fire(com.google.gwt.event.shared.HasHandlers source,
NavigationEvent eventInstance) |
com.google.gwt.event.shared.GwtEvent.Type<NavigationEvent.NavigationHandler> |
getAssociatedType() |
QName |
getId() |
NavigationEvent.Relation |
getRelation() |
QName |
getTarget() |
String |
toString() |
public NavigationEvent(QName id, QName target, NavigationEvent.Relation relation)
public NavigationEvent.Relation getRelation()
public QName getId()
public QName getTarget()
public com.google.gwt.event.shared.GwtEvent.Type<NavigationEvent.NavigationHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<NavigationEvent.NavigationHandler>protected void dispatch(NavigationEvent.NavigationHandler listener)
dispatch in class com.google.gwt.event.shared.GwtEvent<NavigationEvent.NavigationHandler>public static void fire(com.google.gwt.event.shared.HasHandlers source,
NavigationEvent eventInstance)
public String toString()
toString in class com.google.web.bindery.event.shared.Event<NavigationEvent.NavigationHandler>Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.