Interface BatchPresenter.MyView
-
- All Superinterfaces:
HalView,HasPresenter<BatchPresenter>,org.jboss.elemento.IsElement,com.google.gwt.user.client.ui.IsWidget,Iterable<elemental2.dom.HTMLElement>,MbuiView<BatchPresenter>,com.gwtplatform.mvp.client.View
- All Known Implementing Classes:
BatchView,Mbui_BatchView
- Enclosing class:
- BatchPresenter
public static interface BatchPresenter.MyView extends MbuiView<BatchPresenter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidupdateConfiguration(ModelNode conf)voidupdateInMemoryJobRepository(List<NamedNode> items)voidupdateJdbcJobRepository(List<NamedNode> items)voidupdateThreadFactory(List<NamedNode> items)voidupdateThreadPool(List<NamedNode> items)-
Methods inherited from interface org.jboss.hal.core.mvp.HasPresenter
setPresenter
-
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
-
-
-
Method Detail
-
updateConfiguration
void updateConfiguration(ModelNode conf)
-
-