| Package | Description |
|---|---|
| pro.redsoft.iframework.client.slot |
| Modifier and Type | Method and Description |
|---|---|
TokenProxy |
ProxyPresenterChangeRequestEvent.getRequestedProxy()
Getter for the field
requestedProxy. |
TokenProxy |
RevealProxyContentEvent.getTokenProxy() |
TokenProxy |
ReloadChildsProxyContentEvent.getTokenProxy()
Getter for the field
tokenProxy. |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Set<? extends TokenProxy>> |
SlotMappedProxy.getChildMap()
Dynamic child presenter mapping: slot to {token1, token2, ...
|
Map<TokenProxy,String> |
SlotMappedProxy.getParentMap()
Dynamic parent presenter mapping: token to slot.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
PresenterPrototype.changeTokenProxy(TokenProxy requestedProxy,
com.google.gwt.user.client.rpc.AsyncCallback<PresenterPrototype<? extends com.gwtplatform.mvp.client.View,?>> revealCallback)
Use this function for common-purpose tokenProxy change handling.
|
static void |
ProxyPresenterChangeRequestEvent.fire(com.google.gwt.event.shared.HasHandlers source,
TokenProxy requestedProxy,
com.google.gwt.user.client.rpc.AsyncCallback<PresenterPrototype<? extends com.gwtplatform.mvp.client.View,?>> revealCallback)
fire.
|
void |
PresenterPrototype.loadChilds(TokenProxy tokenProxy)
Load childs by tokenProxy.
|
| Constructor and Description |
|---|
ProxyPresenterChangeRequestEvent(TokenProxy requestedProxy,
com.google.gwt.user.client.rpc.AsyncCallback<PresenterPrototype<? extends com.gwtplatform.mvp.client.View,?>> revealCallback)
Constructor for ProxyPresenterChangeRequestEvent.
|
ReloadChildsProxyContentEvent(PresenterPrototype<? extends com.gwtplatform.mvp.client.View,? extends SlotMappedProxy> sourcePresenter,
TokenProxy tokenProxy)
Constructor for ReloadChildsProxyContentEvent.
|
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) |
Copyright © 2012–2014 RedSoft. All rights reserved.