public class JndiView extends HalViewImpl implements JndiPresenter.MyView
| Constructor and Description |
|---|
JndiView(JndiResources jndiResources,
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(JndiPresenter presenter) |
void |
update(ModelNode jndi) |
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 JndiView(JndiResources jndiResources, Resources resources)
public void setPresenter(JndiPresenter presenter)
setPresenter in interface HasPresenter<JndiPresenter>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 update(ModelNode jndi)
update in interface JndiPresenter.MyViewCopyright © 2018 JBoss, a division of Red Hat. All rights reserved.