@MbuiView public abstract class ConnectionView extends MbuiViewImpl<ConnectionPresenter> implements ConnectionPresenter.MyView
| Modifier and Type | Field and Description |
|---|---|
static String |
EQ_WILDCARD |
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 ConnectionView |
create(MbuiContext mbuiContext) |
void |
setPresenter(ConnectionPresenter presenter) |
void |
updateAcceptor(List<NamedNode> acceptors) |
void |
updateConnectionFactory(List<NamedNode> connectionFactories) |
void |
updateConnector(List<NamedNode> connectors) |
void |
updateConnectorService(List<NamedNode> connectorServices) |
void |
updateHttpAcceptor(List<NamedNode> httpAcceptors) |
void |
updateHttpConnector(List<NamedNode> httpConnectors) |
void |
updateInVmAcceptor(List<NamedNode> inVmAcceptors) |
void |
updateInVmConnector(List<NamedNode> inVmConnectors) |
void |
updatePooledConnectionFactory(List<NamedNode> pooledConnectionFactories) |
void |
updateRemoteAcceptor(List<NamedNode> remoteAcceptors) |
void |
updateRemoteConnector(List<NamedNode> remoteConnectors) |
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 final String EQ_WILDCARD
public static ConnectionView 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(ConnectionPresenter presenter)
setPresenter in interface HasPresenter<ConnectionPresenter>setPresenter in class MbuiViewImpl<ConnectionPresenter>public void updateAcceptor(List<NamedNode> acceptors)
updateAcceptor in interface ConnectionPresenter.MyViewpublic void updateInVmAcceptor(List<NamedNode> inVmAcceptors)
updateInVmAcceptor in interface ConnectionPresenter.MyViewpublic void updateHttpAcceptor(List<NamedNode> httpAcceptors)
updateHttpAcceptor in interface ConnectionPresenter.MyViewpublic void updateRemoteAcceptor(List<NamedNode> remoteAcceptors)
updateRemoteAcceptor in interface ConnectionPresenter.MyViewpublic void updateConnector(List<NamedNode> connectors)
updateConnector in interface ConnectionPresenter.MyViewpublic void updateInVmConnector(List<NamedNode> inVmConnectors)
updateInVmConnector in interface ConnectionPresenter.MyViewpublic void updateHttpConnector(List<NamedNode> httpConnectors)
updateHttpConnector in interface ConnectionPresenter.MyViewpublic void updateRemoteConnector(List<NamedNode> remoteConnectors)
updateRemoteConnector in interface ConnectionPresenter.MyViewpublic void updateConnectorService(List<NamedNode> connectorServices)
updateConnectorService in interface ConnectionPresenter.MyViewpublic void updateConnectionFactory(List<NamedNode> connectionFactories)
updateConnectionFactory in interface ConnectionPresenter.MyViewpublic void updatePooledConnectionFactory(List<NamedNode> pooledConnectionFactories)
updatePooledConnectionFactory in interface ConnectionPresenter.MyViewCopyright © 2018 JBoss, a division of Red Hat. All rights reserved.