public class HaPolicyView extends HalViewImpl implements HaPolicyPresenter.MyView
| Constructor and Description |
|---|
HaPolicyView(MetadataRegistry metadataRegistry,
Resources resources) |
| Modifier and Type | Method and Description |
|---|---|
void |
detach()
Counterpart to
HalView.attach(). |
void |
empty() |
void |
setPresenter(HaPolicyPresenter presenter) |
void |
update(HaPolicy haPolicy,
ModelNode modelNode) |
asElement, asElements, attach, 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 HaPolicyView(MetadataRegistry metadataRegistry, Resources resources)
public 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(HaPolicyPresenter presenter)
setPresenter in interface HasPresenter<HaPolicyPresenter>public void empty()
empty in interface HaPolicyPresenter.MyViewpublic void update(HaPolicy haPolicy, ModelNode modelNode)
update in interface HaPolicyPresenter.MyViewCopyright © 2018 JBoss, a division of Red Hat. All rights reserved.