Class RemoteActiveMQView
- java.lang.Object
-
- com.gwtplatform.mvp.client.ViewImpl
-
- org.jboss.hal.core.mvp.HalViewImpl
-
- org.jboss.hal.core.mbui.MbuiViewImpl<RemoteActiveMQPresenter>
-
- org.jboss.hal.client.configuration.subsystem.messaging.RemoteActiveMQView
-
- All Implemented Interfaces:
com.google.gwt.user.client.ui.IsWidget,com.gwtplatform.mvp.client.View,Iterable<elemental2.dom.HTMLElement>,org.jboss.elemento.IsElement,RemoteActiveMQPresenter.MyView,MbuiView<RemoteActiveMQPresenter>,HalView,HasPresenter<RemoteActiveMQPresenter>
- Direct Known Subclasses:
Mbui_RemoteActiveMQView
@MbuiView public abstract class RemoteActiveMQView extends MbuiViewImpl<RemoteActiveMQPresenter> implements RemoteActiveMQPresenter.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 RemoteActiveMQViewcreate(MbuiContext mbuiContext)voidsetPresenter(RemoteActiveMQPresenter presenter)voidupdateConnectionFactory(List<NamedNode> connectionFactories)voidupdateConnector(List<NamedNode> connectors)voidupdateExternalQueue(List<NamedNode> nodes)voidupdateExternalTopic(List<NamedNode> nodes)voidupdateHttpConnector(List<NamedNode> httpConnectors)voidupdateInVmConnector(List<NamedNode> inVmConnectors)voidupdateJGroupsDiscoveryGroup(List<NamedNode> nodes)voidupdatePooledConnectionFactory(List<NamedNode> pooledConnectionFactories)voidupdateRemoteConnector(List<NamedNode> remoteConnectors)voidupdateSocketDiscoveryGroup(List<NamedNode> nodes)-
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 RemoteActiveMQView 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(RemoteActiveMQPresenter presenter)
- Specified by:
setPresenterin interfaceHasPresenter<RemoteActiveMQPresenter>- Overrides:
setPresenterin classMbuiViewImpl<RemoteActiveMQPresenter>
-
updateConnector
public void updateConnector(List<NamedNode> connectors)
- Specified by:
updateConnectorin interfaceRemoteActiveMQPresenter.MyView
-
updateInVmConnector
public void updateInVmConnector(List<NamedNode> inVmConnectors)
- Specified by:
updateInVmConnectorin interfaceRemoteActiveMQPresenter.MyView
-
updateHttpConnector
public void updateHttpConnector(List<NamedNode> httpConnectors)
- Specified by:
updateHttpConnectorin interfaceRemoteActiveMQPresenter.MyView
-
updateRemoteConnector
public void updateRemoteConnector(List<NamedNode> remoteConnectors)
- Specified by:
updateRemoteConnectorin interfaceRemoteActiveMQPresenter.MyView
-
updateSocketDiscoveryGroup
public void updateSocketDiscoveryGroup(List<NamedNode> nodes)
- Specified by:
updateSocketDiscoveryGroupin interfaceRemoteActiveMQPresenter.MyView
-
updateJGroupsDiscoveryGroup
public void updateJGroupsDiscoveryGroup(List<NamedNode> nodes)
- Specified by:
updateJGroupsDiscoveryGroupin interfaceRemoteActiveMQPresenter.MyView
-
updateConnectionFactory
public void updateConnectionFactory(List<NamedNode> connectionFactories)
- Specified by:
updateConnectionFactoryin interfaceRemoteActiveMQPresenter.MyView
-
updatePooledConnectionFactory
public void updatePooledConnectionFactory(List<NamedNode> pooledConnectionFactories)
- Specified by:
updatePooledConnectionFactoryin interfaceRemoteActiveMQPresenter.MyView
-
updateExternalQueue
public void updateExternalQueue(List<NamedNode> nodes)
- Specified by:
updateExternalQueuein interfaceRemoteActiveMQPresenter.MyView
-
updateExternalTopic
public void updateExternalTopic(List<NamedNode> nodes)
- Specified by:
updateExternalTopicin interfaceRemoteActiveMQPresenter.MyView
-
-