public class DeploymentView extends HalViewImpl implements DeploymentPresenter.MyView
| Constructor and Description |
|---|
DeploymentView(MetadataRegistry metadataRegistry,
Resources resources) |
| Modifier and Type | Method and Description |
|---|---|
void |
attach()
This method should be called after the view's elements are attached to the DOM.
|
void |
setPresenter(DeploymentPresenter presenter) |
void |
updateServlets(List<NamedNode> model) |
void |
updateWebsockets(List<NamedNode> model) |
asElement, 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, wait@Inject public DeploymentView(MetadataRegistry metadataRegistry, Resources resources)
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(DeploymentPresenter presenter)
setPresenter in interface HasPresenter<DeploymentPresenter>public void updateServlets(List<NamedNode> model)
updateServlets in interface DeploymentPresenter.MyViewpublic void updateWebsockets(List<NamedNode> model)
updateWebsockets in interface DeploymentPresenter.MyViewCopyright © 2018 JBoss, a division of Red Hat. All rights reserved.