public class BatchPresenter extends CircuitPresenter<BatchPresenter.MyView,BatchPresenter.MyProxy>
| Modifier and Type | Class and Description |
|---|---|
static interface |
BatchPresenter.MyProxy |
static interface |
BatchPresenter.MyView |
| Constructor and Description |
|---|
BatchPresenter(com.google.web.bindery.event.shared.EventBus eventBus,
BatchPresenter.MyView view,
BatchPresenter.MyProxy proxy,
org.jboss.gwt.circuit.Dispatcher circuit,
RevealStrategy revealStrategy,
SecurityFramework securityFramework,
BatchStore batchStore) |
| Modifier and Type | Method and Description |
|---|---|
void |
launchAddThreadFactory() |
void |
modifyBatch(Map<String,Object> changedValues) |
void |
modifyJobRepository(Map<String,Object> changedValues) |
void |
modifyThreadFactory(String name,
Map<String,Object> changedValues) |
void |
modifyThreadPool(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 |
removeThreadFactory(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 BatchPresenter(com.google.web.bindery.event.shared.EventBus eventBus,
BatchPresenter.MyView view,
BatchPresenter.MyProxy proxy,
org.jboss.gwt.circuit.Dispatcher circuit,
RevealStrategy revealStrategy,
SecurityFramework securityFramework,
BatchStore batchStore)
protected void onBind()
onBind in class com.gwtplatform.mvp.client.HandlerContainerImplprotected void onAction(org.jboss.gwt.circuit.Action action)
CircuitPresenteronAction in class CircuitPresenter<BatchPresenter.MyView,BatchPresenter.MyProxy>protected void revealInParent()
revealInParent in class com.gwtplatform.mvp.client.Presenter<BatchPresenter.MyView,BatchPresenter.MyProxy>protected void onReset()
onReset in class com.gwtplatform.mvp.client.PresenterWidget<BatchPresenter.MyView>public void launchAddThreadFactory()
public void removeThreadFactory(String name)
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.