public class PresentationEvent extends com.google.gwt.event.shared.GwtEvent<PresentationEvent.PresentationHandler>
ModelDrivenCommand.
It's typically the result of a function call in preparation to present some data.| Modifier and Type | Class and Description |
|---|---|
static interface |
PresentationEvent.PresentationHandler |
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type |
TYPE |
| Constructor and Description |
|---|
PresentationEvent(QName id) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(PresentationEvent.PresentationHandler listener) |
static void |
fire(com.google.gwt.event.shared.HasHandlers source,
PresentationEvent eventInstance) |
com.google.gwt.event.shared.GwtEvent.Type<PresentationEvent.PresentationHandler> |
getAssociatedType() |
QName |
getId() |
Object |
getPayload() |
QName |
getTarget() |
void |
setPayload(Object payload) |
void |
setTarget(QName target) |
String |
toString() |
public PresentationEvent(QName id)
public Object getPayload()
public void setPayload(Object payload)
public QName getId()
public QName getTarget()
public void setTarget(QName target)
public com.google.gwt.event.shared.GwtEvent.Type<PresentationEvent.PresentationHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<PresentationEvent.PresentationHandler>protected void dispatch(PresentationEvent.PresentationHandler listener)
dispatch in class com.google.gwt.event.shared.GwtEvent<PresentationEvent.PresentationHandler>public static void fire(com.google.gwt.event.shared.HasHandlers source,
PresentationEvent eventInstance)
public String toString()
toString in class com.google.web.bindery.event.shared.Event<PresentationEvent.PresentationHandler>Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.