public class OtherSettingsView extends HalViewImpl implements OtherSettingsPresenter.MyView
| 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(OtherSettingsPresenter presenter) |
void |
updateLdapKeyStore(List<NamedNode> model) |
void |
updatePolicy(NamedNode policy) |
void |
updateResourceElement(String resource,
List<NamedNode> nodes) |
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, waitpublic void updateResourceElement(String resource, List<NamedNode> nodes)
updateResourceElement in interface OtherSettingsPresenter.MyViewpublic 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 updateLdapKeyStore(List<NamedNode> model)
updateLdapKeyStore in interface OtherSettingsPresenter.MyViewpublic void updatePolicy(NamedNode policy)
updatePolicy in interface OtherSettingsPresenter.MyViewpublic void setPresenter(OtherSettingsPresenter presenter)
setPresenter in interface HasPresenter<OtherSettingsPresenter>Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.