public class ServletContainerView extends HalViewImpl implements ServletContainerPresenter.MyView
| Constructor and Description |
|---|
ServletContainerView(Dispatcher dispatcher,
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 |
detach()
Counterpart to
HalView.attach(). |
void |
setPresenter(ServletContainerPresenter presenter) |
void |
update(ModelNode payload) |
asElement, asElements, 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 ServletContainerView(Dispatcher dispatcher, 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 detach()
HalViewHalView.attach(). Implement this method if you need to remove stuff which was setup in HalView.attach(). The default implementation does nothing.detach in interface HalViewdetach in class HalViewImplpublic void setPresenter(ServletContainerPresenter presenter)
setPresenter in interface HasPresenter<ServletContainerPresenter>public void update(ModelNode payload)
update in interface ServletContainerPresenter.MyViewCopyright © 2018 JBoss, a division of Red Hat. All rights reserved.