Class BatchView
- java.lang.Object
-
- com.gwtplatform.mvp.client.ViewImpl
-
- org.jboss.hal.core.mvp.HalViewImpl
-
- org.jboss.hal.core.mbui.MbuiViewImpl<BatchPresenter>
-
- org.jboss.hal.client.configuration.subsystem.batch.BatchView
-
- All Implemented Interfaces:
com.google.gwt.user.client.ui.IsWidget,com.gwtplatform.mvp.client.View,Iterable<elemental2.dom.HTMLElement>,org.jboss.elemento.IsElement,BatchPresenter.MyView,MbuiView<BatchPresenter>,HalView,HasPresenter<BatchPresenter>
- Direct Known Subclasses:
Mbui_BatchView
@MbuiView public abstract class BatchView extends MbuiViewImpl<BatchPresenter> implements BatchPresenter.MyView
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BatchViewcreate(MbuiContext mbuiContext)voidupdateConfiguration(ModelNode configuration)voidupdateInMemoryJobRepository(List<NamedNode> items)voidupdateJdbcJobRepository(List<NamedNode> items)voidupdateThreadFactory(List<NamedNode> items)voidupdateThreadPool(List<NamedNode> items)-
Methods inherited from class org.jboss.hal.core.mbui.MbuiViewImpl
setPresenter
-
Methods inherited from class org.jboss.hal.core.mvp.HalViewImpl
attach, detach, element, iterator
-
Methods inherited from class com.gwtplatform.mvp.client.ViewImpl
addToSlot, asWidget, removeFromSlot, setInSlot
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jboss.hal.core.mvp.HasPresenter
setPresenter
-
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
-
-
-
Method Detail
-
create
public static BatchView create(MbuiContext mbuiContext)
-
updateConfiguration
public void updateConfiguration(ModelNode configuration)
- Specified by:
updateConfigurationin interfaceBatchPresenter.MyView
-
updateInMemoryJobRepository
public void updateInMemoryJobRepository(List<NamedNode> items)
- Specified by:
updateInMemoryJobRepositoryin interfaceBatchPresenter.MyView
-
updateJdbcJobRepository
public void updateJdbcJobRepository(List<NamedNode> items)
- Specified by:
updateJdbcJobRepositoryin interfaceBatchPresenter.MyView
-
updateThreadFactory
public void updateThreadFactory(List<NamedNode> items)
- Specified by:
updateThreadFactoryin interfaceBatchPresenter.MyView
-
updateThreadPool
public void updateThreadPool(List<NamedNode> items)
- Specified by:
updateThreadPoolin interfaceBatchPresenter.MyView
-
-