@MbuiView public abstract class ClusteringView extends MbuiViewImpl<ClusteringPresenter> implements ClusteringPresenter.MyView
mbuiContext, presenter| Modifier and Type | Method and Description |
|---|---|
void |
attach()
This method should be called after the view's elements are attached to the DOM.
|
static ClusteringView |
create(MbuiContext mbuiContext) |
void |
setPresenter(ClusteringPresenter presenter) |
void |
updateBridge(List<NamedNode> bridges) |
void |
updateBroadcastGroup(List<NamedNode> broadcastGroups) |
void |
updateClusterConnection(List<NamedNode> clusterConnections) |
void |
updateDiscoveryGroup(List<NamedNode> discoveryGroups) |
void |
updateGroupingHandler(List<NamedNode> groupingHandlers) |
add, addSingleton, removeSingletonForm, resetForm, resetSingletonForm, saveForm, saveSingletonFormasElement, asElements, detach, initElement, initElement, initElements, initElements, registerAttachable, registerAttachablesaddToSlot, asWidget, bindSlot, bindSlot, bindSlot, initWidget, onAttach, onDetach, removeFromSlot, setInSlotclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic static ClusteringView create(MbuiContext mbuiContext)
public void attach()
HalViewHalPresenter.onReveal().
Do not use ViewImpl.onAttach() to initialize PatternFly components. This works for widgets
only, but not for elements!
attach in interface HalViewattach in class HalViewImplpublic void setPresenter(ClusteringPresenter presenter)
setPresenter in interface HasPresenter<ClusteringPresenter>setPresenter in class MbuiViewImpl<ClusteringPresenter>public void updateBroadcastGroup(List<NamedNode> broadcastGroups)
updateBroadcastGroup in interface ClusteringPresenter.MyViewpublic void updateDiscoveryGroup(List<NamedNode> discoveryGroups)
updateDiscoveryGroup in interface ClusteringPresenter.MyViewpublic void updateClusterConnection(List<NamedNode> clusterConnections)
updateClusterConnection in interface ClusteringPresenter.MyViewpublic void updateGroupingHandler(List<NamedNode> groupingHandlers)
updateGroupingHandler in interface ClusteringPresenter.MyViewpublic void updateBridge(List<NamedNode> bridges)
updateBridge in interface ClusteringPresenter.MyViewCopyright © 2018 JBoss, a division of Red Hat. All rights reserved.