Class ConnectionView
- java.lang.Object
-
- com.gwtplatform.mvp.client.ViewImpl
-
- org.jboss.hal.core.mvp.HalViewImpl
-
- org.jboss.hal.core.mbui.MbuiViewImpl<ConnectionPresenter>
-
- org.jboss.hal.client.configuration.subsystem.messaging.ConnectionView
-
- All Implemented Interfaces:
com.google.gwt.user.client.ui.IsWidget,com.gwtplatform.mvp.client.View,Iterable<elemental2.dom.HTMLElement>,org.jboss.elemento.IsElement,ConnectionPresenter.MyView,MbuiView<ConnectionPresenter>,HalView,HasPresenter<ConnectionPresenter>
- Direct Known Subclasses:
Mbui_ConnectionView
@MbuiView public abstract class ConnectionView extends MbuiViewImpl<ConnectionPresenter> implements ConnectionPresenter.MyView
-
-
Field Summary
Fields Modifier and Type Field Description static StringEQ_WILDCARD
-
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 ConnectionViewcreate(MbuiContext mbuiContext)voidsetPresenter(ConnectionPresenter presenter)voidupdateAcceptor(List<NamedNode> acceptors)voidupdateConnectionFactory(List<NamedNode> connectionFactories)voidupdateConnector(List<NamedNode> connectors)voidupdateConnectorService(List<NamedNode> connectorServices)voidupdateHttpAcceptor(List<NamedNode> httpAcceptors)voidupdateHttpConnector(List<NamedNode> httpConnectors)voidupdateInVmAcceptor(List<NamedNode> inVmAcceptors)voidupdateInVmConnector(List<NamedNode> inVmConnectors)voidupdatePooledConnectionFactory(List<NamedNode> pooledConnectionFactories)voidupdateRemoteAcceptor(List<NamedNode> remoteAcceptors)voidupdateRemoteConnector(List<NamedNode> remoteConnectors)-
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
-
-
-
-
Field Detail
-
EQ_WILDCARD
public static final String EQ_WILDCARD
- See Also:
- Constant Field Values
-
-
Method Detail
-
create
public static ConnectionView 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(ConnectionPresenter presenter)
- Specified by:
setPresenterin interfaceHasPresenter<ConnectionPresenter>- Overrides:
setPresenterin classMbuiViewImpl<ConnectionPresenter>
-
updateAcceptor
public void updateAcceptor(List<NamedNode> acceptors)
- Specified by:
updateAcceptorin interfaceConnectionPresenter.MyView
-
updateInVmAcceptor
public void updateInVmAcceptor(List<NamedNode> inVmAcceptors)
- Specified by:
updateInVmAcceptorin interfaceConnectionPresenter.MyView
-
updateHttpAcceptor
public void updateHttpAcceptor(List<NamedNode> httpAcceptors)
- Specified by:
updateHttpAcceptorin interfaceConnectionPresenter.MyView
-
updateRemoteAcceptor
public void updateRemoteAcceptor(List<NamedNode> remoteAcceptors)
- Specified by:
updateRemoteAcceptorin interfaceConnectionPresenter.MyView
-
updateConnector
public void updateConnector(List<NamedNode> connectors)
- Specified by:
updateConnectorin interfaceConnectionPresenter.MyView
-
updateInVmConnector
public void updateInVmConnector(List<NamedNode> inVmConnectors)
- Specified by:
updateInVmConnectorin interfaceConnectionPresenter.MyView
-
updateHttpConnector
public void updateHttpConnector(List<NamedNode> httpConnectors)
- Specified by:
updateHttpConnectorin interfaceConnectionPresenter.MyView
-
updateRemoteConnector
public void updateRemoteConnector(List<NamedNode> remoteConnectors)
- Specified by:
updateRemoteConnectorin interfaceConnectionPresenter.MyView
-
updateConnectorService
public void updateConnectorService(List<NamedNode> connectorServices)
- Specified by:
updateConnectorServicein interfaceConnectionPresenter.MyView
-
updateConnectionFactory
public void updateConnectionFactory(List<NamedNode> connectionFactories)
- Specified by:
updateConnectionFactoryin interfaceConnectionPresenter.MyView
-
updatePooledConnectionFactory
public void updatePooledConnectionFactory(List<NamedNode> pooledConnectionFactories)
- Specified by:
updatePooledConnectionFactoryin interfaceConnectionPresenter.MyView
-
-