public class HostInterfacesPresenter extends CircuitPresenter<HostInterfacesPresenter.MyView,HostInterfacesPresenter.MyProxy> implements InterfaceManagement.Callback
| Modifier and Type | Class and Description |
|---|---|
static interface |
HostInterfacesPresenter.MyProxy |
static interface |
HostInterfacesPresenter.MyView |
| Constructor and Description |
|---|
HostInterfacesPresenter(com.google.web.bindery.event.shared.EventBus eventBus,
HostInterfacesPresenter.MyView view,
HostInterfacesPresenter.MyProxy proxy,
HostStore hostStore,
org.jboss.gwt.circuit.Dispatcher circuit,
DispatchAsync dispatcher,
ApplicationMetaData metaData,
PlaceRequestSecurityFramework placeRequestSecurityFramework) |
| Modifier and Type | Method and Description |
|---|---|
ModelNode |
getBaseAddress() |
void |
loadInterfaces() |
protected void |
onAction(org.jboss.gwt.circuit.Action action)
When this method is called it's guaranteed that the presenter is visible.
|
protected void |
onBind() |
protected void |
onReset() |
protected void |
revealInParent() |
addChangeHandler, onError, onError, onUnbindbind, forceReveal, getProxy, getRevealType, getSlot, prepareFromRequest, setRevealType, setSlot, unbind, useManualRevealaddHandler, addRegisteredHandler, addToPopupSlot, addToPopupSlot, addToSlot, addVisibleHandler, asWidget, clearSlot, fireEvent, getEventBus, getView, getWidget, isVisible, onHide, onReveal, removeFromPopupSlot, removeFromSlot, setInSlot, setInSlot@Inject
public HostInterfacesPresenter(com.google.web.bindery.event.shared.EventBus eventBus,
HostInterfacesPresenter.MyView view,
HostInterfacesPresenter.MyProxy proxy,
HostStore hostStore,
org.jboss.gwt.circuit.Dispatcher circuit,
DispatchAsync dispatcher,
ApplicationMetaData metaData,
PlaceRequestSecurityFramework placeRequestSecurityFramework)
protected void onBind()
onBind in class com.gwtplatform.mvp.client.HandlerContainerImplprotected void onAction(org.jboss.gwt.circuit.Action action)
CircuitPresenteronAction in class CircuitPresenter<HostInterfacesPresenter.MyView,HostInterfacesPresenter.MyProxy>protected void revealInParent()
revealInParent in class com.gwtplatform.mvp.client.Presenter<HostInterfacesPresenter.MyView,HostInterfacesPresenter.MyProxy>protected void onReset()
onReset in class com.gwtplatform.mvp.client.PresenterWidget<HostInterfacesPresenter.MyView>public ModelNode getBaseAddress()
getBaseAddress in interface InterfaceManagement.Callbackpublic void loadInterfaces()
loadInterfaces in interface InterfaceManagement.CallbackCopyright © 2014 JBoss, a division of Red Hat. All rights reserved.