Class CacheContainerView
- java.lang.Object
-
- com.gwtplatform.mvp.client.ViewImpl
-
- org.jboss.hal.core.mvp.HalViewImpl
-
- org.jboss.hal.client.configuration.subsystem.infinispan.CacheContainerView
-
- All Implemented Interfaces:
com.google.gwt.user.client.ui.IsWidget,com.gwtplatform.mvp.client.View,Iterable<elemental2.dom.HTMLElement>,org.jboss.elemento.IsElement,CacheContainerPresenter.MyView,HalView,HasPresenter<CacheContainerPresenter>
public class CacheContainerView extends HalViewImpl implements CacheContainerPresenter.MyView
Implementation note: Not based on MBUI XML due to special cache container singleton resources.
-
-
Constructor Summary
Constructors Constructor Description CacheContainerView(MetadataRegistry metadataRegistry, Resources resources)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetPresenter(CacheContainerPresenter presenter)voidupdate(org.jboss.hal.client.configuration.subsystem.infinispan.CacheContainer cacheContainer, boolean jgroups)-
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 java.lang.Iterable
forEach, iterator, spliterator
-
-
-
-
Constructor Detail
-
CacheContainerView
@Inject public CacheContainerView(MetadataRegistry metadataRegistry, Resources resources)
-
-
Method Detail
-
setPresenter
public void setPresenter(CacheContainerPresenter presenter)
- Specified by:
setPresenterin interfaceHasPresenter<CacheContainerPresenter>
-
update
public void update(org.jboss.hal.client.configuration.subsystem.infinispan.CacheContainer cacheContainer, boolean jgroups)- Specified by:
updatein interfaceCacheContainerPresenter.MyView
-
-