public class IOPresenter extends CircuitPresenter<IOPresenter.MyView,IOPresenter.MyProxy>
| Modifier and Type | Class and Description |
|---|---|
static interface |
IOPresenter.MyProxy |
static interface |
IOPresenter.MyView |
| Constructor and Description |
|---|
IOPresenter(com.google.web.bindery.event.shared.EventBus eventBus,
IOPresenter.MyView view,
IOPresenter.MyProxy proxy,
org.jboss.gwt.circuit.Dispatcher circuit,
RevealStrategy revealStrategy,
SecurityFramework securityFramework,
BufferPoolStore bufferPoolStore,
WorkerStore workerStore) |
| Modifier and Type | Method and Description |
|---|---|
void |
launchAddBufferPoolDialog() |
void |
launchAddWorkerDialog() |
void |
modifyBufferPool(String name,
Map<String,Object> changedValues) |
void |
modifyWorker(String name,
Map<String,Object> changedValues) |
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 |
removeBufferPool(String name) |
void |
removeWorker(String name) |
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 IOPresenter(com.google.web.bindery.event.shared.EventBus eventBus,
IOPresenter.MyView view,
IOPresenter.MyProxy proxy,
org.jboss.gwt.circuit.Dispatcher circuit,
RevealStrategy revealStrategy,
SecurityFramework securityFramework,
BufferPoolStore bufferPoolStore,
WorkerStore workerStore)
protected void onBind()
onBind in class com.gwtplatform.mvp.client.HandlerContainerImplprotected void onAction(org.jboss.gwt.circuit.Action action)
CircuitPresenteronAction in class CircuitPresenter<IOPresenter.MyView,IOPresenter.MyProxy>protected void revealInParent()
revealInParent in class com.gwtplatform.mvp.client.Presenter<IOPresenter.MyView,IOPresenter.MyProxy>protected void onReset()
onReset in class com.gwtplatform.mvp.client.PresenterWidget<IOPresenter.MyView>public void launchAddWorkerDialog()
public void removeWorker(String name)
public void launchAddBufferPoolDialog()
public void removeBufferPool(String name)
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.