Interface ClusteringPresenter.MyView
-
- All Superinterfaces:
HalView,HasPresenter<ClusteringPresenter>,org.jboss.elemento.IsElement,com.google.gwt.user.client.ui.IsWidget,Iterable<elemental2.dom.HTMLElement>,MbuiView<ClusteringPresenter>,com.gwtplatform.mvp.client.View
- All Known Implementing Classes:
ClusteringView,Mbui_ClusteringView
- Enclosing class:
- ClusteringPresenter
public static interface ClusteringPresenter.MyView extends MbuiView<ClusteringPresenter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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 interface org.jboss.hal.core.mvp.HasPresenter
setPresenter
-
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
-