public class PatchManagementPresenter extends CircuitPresenter<PatchManagementPresenter.MyView,PatchManagementPresenter.MyProxy>
| Modifier and Type | Class and Description |
|---|---|
static interface |
PatchManagementPresenter.MyProxy |
static interface |
PatchManagementPresenter.MyView |
| Constructor and Description |
|---|
PatchManagementPresenter(com.google.web.bindery.event.shared.EventBus eventBus,
PatchManagementPresenter.MyView view,
PatchManagementPresenter.MyProxy proxy,
RevealStrategy revealStrategy,
PatchManager patchManager,
org.jboss.gwt.circuit.Dispatcher circuit,
HostStore hostStore,
BootstrapContext bootstrapContext,
DispatchAsync dispatcher,
PlaceRequestSecurityFramework placeRequestSecurityFramework) |
| Modifier and Type | Method and Description |
|---|---|
void |
biggerWindow() |
void |
hideWindow() |
void |
launchApplyWizard() |
void |
launchRollbackWizard(PatchInfo patchInfo) |
void |
loadPatches() |
void |
normalWindow() |
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() |
void |
restart() |
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 PatchManagementPresenter(com.google.web.bindery.event.shared.EventBus eventBus,
PatchManagementPresenter.MyView view,
PatchManagementPresenter.MyProxy proxy,
RevealStrategy revealStrategy,
PatchManager patchManager,
org.jboss.gwt.circuit.Dispatcher circuit,
HostStore hostStore,
BootstrapContext bootstrapContext,
DispatchAsync dispatcher,
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<PatchManagementPresenter.MyView,PatchManagementPresenter.MyProxy>protected void revealInParent()
revealInParent in class com.gwtplatform.mvp.client.Presenter<PatchManagementPresenter.MyView,PatchManagementPresenter.MyProxy>protected void onReset()
onReset in class com.gwtplatform.mvp.client.PresenterWidget<PatchManagementPresenter.MyView>public void loadPatches()
public void launchApplyWizard()
public void launchRollbackWizard(PatchInfo patchInfo)
public void hideWindow()
public void biggerWindow()
public void normalWindow()
public void restart()
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.