Class ClusteringView
- java.lang.Object
-
- com.gwtplatform.mvp.client.ViewImpl
-
- org.jboss.hal.core.mvp.HalViewImpl
-
- org.jboss.hal.core.mbui.MbuiViewImpl<ClusteringPresenter>
-
- org.jboss.hal.client.configuration.subsystem.messaging.ClusteringView
-
- All Implemented Interfaces:
com.google.gwt.user.client.ui.IsWidget,com.gwtplatform.mvp.client.View,Iterable<elemental2.dom.HTMLElement>,org.jboss.elemento.IsElement,ClusteringPresenter.MyView,MbuiView<ClusteringPresenter>,HalView,HasPresenter<ClusteringPresenter>
- Direct Known Subclasses:
Mbui_ClusteringView
@MbuiView public abstract class ClusteringView extends MbuiViewImpl<ClusteringPresenter> implements ClusteringPresenter.MyView
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidattach()This method should be called after the view's elements are attached to the DOM.static ClusteringViewcreate(MbuiContext mbuiContext)voidsetPresenter(ClusteringPresenter presenter)voidupdateBridge(List<NamedNode> bridges)voidupdateClusterConnection(List<NamedNode> clusterConnections)voidupdateGroupingHandler(List<NamedNode> groupingHandlers)voidupdateJGroupsBroadcastGroup(List<NamedNode> broadcastGroups)voidupdateJGroupsDiscoveryGroup(List<NamedNode> discoveryGroups)voidupdateSocketBroadcastGroup(List<NamedNode> broadcastGroups)voidupdateSocketDiscoveryGroup(List<NamedNode> discoveryGroups)-
Methods inherited from class org.jboss.hal.core.mvp.HalViewImpl
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
-
-
-
-
Method Detail
-
create
public static ClusteringView create(MbuiContext mbuiContext)
-
attach
public void attach()
Description copied from interface:HalViewThis method should be called after the view's elements are attached to the DOM. Typically this method is called fromHalPresenter.onReveal().Do not use
ViewImpl.onAttach()to initialize PatternFly components. This works for widgets only, but not for elements!- Specified by:
attachin interfaceHalView- Overrides:
attachin classHalViewImpl
-
setPresenter
public void setPresenter(ClusteringPresenter presenter)
- Specified by:
setPresenterin interfaceHasPresenter<ClusteringPresenter>- Overrides:
setPresenterin classMbuiViewImpl<ClusteringPresenter>
-
updateJGroupsBroadcastGroup
public void updateJGroupsBroadcastGroup(List<NamedNode> broadcastGroups)
- Specified by:
updateJGroupsBroadcastGroupin interfaceClusteringPresenter.MyView
-
updateJGroupsDiscoveryGroup
public void updateJGroupsDiscoveryGroup(List<NamedNode> discoveryGroups)
- Specified by:
updateJGroupsDiscoveryGroupin interfaceClusteringPresenter.MyView
-
updateSocketBroadcastGroup
public void updateSocketBroadcastGroup(List<NamedNode> broadcastGroups)
- Specified by:
updateSocketBroadcastGroupin interfaceClusteringPresenter.MyView
-
updateSocketDiscoveryGroup
public void updateSocketDiscoveryGroup(List<NamedNode> discoveryGroups)
- Specified by:
updateSocketDiscoveryGroupin interfaceClusteringPresenter.MyView
-
updateClusterConnection
public void updateClusterConnection(List<NamedNode> clusterConnections)
- Specified by:
updateClusterConnectionin interfaceClusteringPresenter.MyView
-
updateGroupingHandler
public void updateGroupingHandler(List<NamedNode> groupingHandlers)
- Specified by:
updateGroupingHandlerin interfaceClusteringPresenter.MyView
-
updateBridge
public void updateBridge(List<NamedNode> bridges)
- Specified by:
updateBridgein interfaceClusteringPresenter.MyView
-
-