@MbuiView public abstract class ResourceAdapterView extends MbuiViewImpl<ResourceAdapterPresenter> implements ResourceAdapterPresenter.MyView
mbuiContext, presenter| Constructor and Description |
|---|
ResourceAdapterView(MbuiContext mbuiContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
attach()
This method should be called after the view's elements are attached to the DOM.
|
static ResourceAdapterView |
create(MbuiContext mbuiContext) |
void |
update(org.jboss.hal.client.configuration.subsystem.resourceadapter.ResourceAdapter resourceAdapter) |
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 ResourceAdapterView(MbuiContext mbuiContext)
public static ResourceAdapterView 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 update(org.jboss.hal.client.configuration.subsystem.resourceadapter.ResourceAdapter resourceAdapter)
update in interface ResourceAdapterPresenter.MyViewCopyright © 2018 JBoss, a division of Red Hat. All rights reserved.