public class RevealProxyContentEvent extends com.google.gwt.event.shared.GwtEvent<RevealProxyContentEvent.RevealProxyContentHandler>
| Modifier and Type | Class and Description |
|---|---|
static interface |
RevealProxyContentEvent.RevealProxyContentHandler
RevealProxyContentHandler.
|
static interface |
RevealProxyContentEvent.RevealProxyContentHasHandlers
RevealProxyContentHasHandlers.
|
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<RevealProxyContentEvent.RevealProxyContentHandler> |
TYPE |
| Constructor and Description |
|---|
RevealProxyContentEvent(Object requestedSlot,
TokenProxy tokenProxy,
com.gwtplatform.mvp.client.Presenter<? extends com.gwtplatform.mvp.client.View,? extends SlotMappedProxy> parentPresenter) |
RevealProxyContentEvent(Object requestedSlot,
TokenProxy tokenProxy,
com.gwtplatform.mvp.client.Presenter<? extends com.gwtplatform.mvp.client.View,? extends SlotMappedProxy> parentPresenter,
com.google.gwt.user.client.rpc.AsyncCallback<PresenterPrototype<? extends com.gwtplatform.mvp.client.View,?>> childRevealCallback) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(RevealProxyContentEvent.RevealProxyContentHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<RevealProxyContentEvent.RevealProxyContentHandler> |
getAssociatedType() |
com.google.gwt.user.client.rpc.AsyncCallback<PresenterPrototype<? extends com.gwtplatform.mvp.client.View,?>> |
getChildRevealCallback() |
com.gwtplatform.mvp.client.Presenter<? extends com.gwtplatform.mvp.client.View,? extends SlotMappedProxy> |
getParentPresenter() |
Object |
getRequestedSlot() |
TokenProxy |
getTokenProxy() |
static com.google.gwt.event.shared.GwtEvent.Type<RevealProxyContentEvent.RevealProxyContentHandler> |
getType() |
boolean |
hasRevealCallback() |
assertLive, getSource, isLive, kill, revivepublic static com.google.gwt.event.shared.GwtEvent.Type<RevealProxyContentEvent.RevealProxyContentHandler> TYPE
public RevealProxyContentEvent(Object requestedSlot, TokenProxy tokenProxy, com.gwtplatform.mvp.client.Presenter<? extends com.gwtplatform.mvp.client.View,? extends SlotMappedProxy> parentPresenter)
public RevealProxyContentEvent(Object requestedSlot, TokenProxy tokenProxy, com.gwtplatform.mvp.client.Presenter<? extends com.gwtplatform.mvp.client.View,? extends SlotMappedProxy> parentPresenter, com.google.gwt.user.client.rpc.AsyncCallback<PresenterPrototype<? extends com.gwtplatform.mvp.client.View,?>> childRevealCallback)
public static com.google.gwt.event.shared.GwtEvent.Type<RevealProxyContentEvent.RevealProxyContentHandler> getType()
protected final void dispatch(RevealProxyContentEvent.RevealProxyContentHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<RevealProxyContentEvent.RevealProxyContentHandler>public com.google.gwt.event.shared.GwtEvent.Type<RevealProxyContentEvent.RevealProxyContentHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<RevealProxyContentEvent.RevealProxyContentHandler>public com.google.gwt.user.client.rpc.AsyncCallback<PresenterPrototype<? extends com.gwtplatform.mvp.client.View,?>> getChildRevealCallback()
public com.gwtplatform.mvp.client.Presenter<? extends com.gwtplatform.mvp.client.View,? extends SlotMappedProxy> getParentPresenter()
public Object getRequestedSlot()
public TokenProxy getTokenProxy()
public boolean hasRevealCallback()
Copyright © 2012–2014 RedSoft. All rights reserved.