@MbuiView public abstract class DestinationView extends MbuiViewImpl<DestinationPresenter> implements DestinationPresenter.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 DestinationView |
create(MbuiContext mbuiContext) |
void |
updateAddressSetting(List<NamedNode> addressSettings) |
void |
updateCoreQueue(List<NamedNode> coreQueues) |
void |
updateDivert(List<NamedNode> diverts) |
void |
updateJmsQueue(List<NamedNode> jmsQueues) |
void |
updateJmsTopic(List<NamedNode> jmsTopics) |
void |
updateSecuritySetting(List<NamedNode> securitySettings) |
add, addSingleton, removeSingletonForm, resetForm, resetSingletonForm, saveForm, saveSingletonForm, setPresenterasElement, 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, waitsetPresenterpublic static DestinationView 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 updateCoreQueue(List<NamedNode> coreQueues)
updateCoreQueue in interface DestinationPresenter.MyViewpublic void updateJmsQueue(List<NamedNode> jmsQueues)
updateJmsQueue in interface DestinationPresenter.MyViewpublic void updateJmsTopic(List<NamedNode> jmsTopics)
updateJmsTopic in interface DestinationPresenter.MyViewpublic void updateSecuritySetting(List<NamedNode> securitySettings)
updateSecuritySetting in interface DestinationPresenter.MyViewpublic void updateAddressSetting(List<NamedNode> addressSettings)
updateAddressSetting in interface DestinationPresenter.MyViewpublic void updateDivert(List<NamedNode> diverts)
updateDivert in interface DestinationPresenter.MyViewCopyright © 2018 JBoss, a division of Red Hat. All rights reserved.