public class StandaloneDeploymentView extends HalViewImpl implements StandaloneDeploymentPresenter.MyView
| Constructor and Description |
|---|
StandaloneDeploymentView(Dispatcher dispatcher,
ModelBrowser modelBrowser,
Environment environment,
com.google.web.bindery.event.shared.EventBus eventBus,
MetadataRegistry metadataRegistry,
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 |
reset() |
void |
setPresenter(StandaloneDeploymentPresenter presenter) |
void |
update(Deployment deployment,
int tab) |
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 StandaloneDeploymentView(Dispatcher dispatcher, ModelBrowser modelBrowser, Environment environment, com.google.web.bindery.event.shared.EventBus eventBus, MetadataRegistry metadataRegistry, Resources resources)
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 setPresenter(StandaloneDeploymentPresenter presenter)
setPresenter in interface HasPresenter<StandaloneDeploymentPresenter>public void reset()
reset in interface StandaloneDeploymentPresenter.MyViewpublic void update(Deployment deployment, int tab)
update in interface StandaloneDeploymentPresenter.MyViewCopyright © 2018 JBoss, a division of Red Hat. All rights reserved.