@MbuiView public abstract class SocketBindingGroupView extends MbuiViewImpl<SocketBindingGroupPresenter> implements SocketBindingGroupPresenter.MyView
mbuiContext, presenter| Modifier and Type | Method and Description |
|---|---|
void |
attach()
This method should be called after the view's elements are attached to the DOM.
|
static SocketBindingGroupView |
create(MbuiContext mbuiContext) |
void |
reveal() |
void |
showClientMappings(List<NamedNode> clientMappings) |
void |
update(NamedNode socketBindingGroup) |
add, addSingleton, removeSingletonForm, resetForm, resetSingletonForm, saveForm, saveSingletonForm, setPresenterasElement, 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, waitsetPresenterpublic static SocketBindingGroupView create(MbuiContext mbuiContext)
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 reveal()
reveal in interface SocketBindingGroupPresenter.MyViewpublic void update(NamedNode socketBindingGroup)
update in interface SocketBindingGroupPresenter.MyViewpublic void showClientMappings(List<NamedNode> clientMappings)
showClientMappings in interface SocketBindingGroupPresenter.MyViewCopyright © 2018 JBoss, a division of Red Hat. All rights reserved.