@ApplicationScoped public class NameAndUriPopoverImpl extends Object implements NameAndUrlPopoverView.Presenter
Constructor and Description |
---|
NameAndUriPopoverImpl() |
NameAndUriPopoverImpl(NameAndUrlPopoverView view) |
Modifier and Type | Method and Description |
---|---|
org.jboss.errai.common.client.dom.HTMLElement |
getElement() |
void |
hide() |
void |
init() |
void |
setOnExternalLinkCreated(Consumer<DMNExternalLink> onExternalLinkCreated) |
void |
show(Optional editorTitle) |
public NameAndUriPopoverImpl()
@Inject public NameAndUriPopoverImpl(NameAndUrlPopoverView view)
@PostConstruct public void init()
public org.jboss.errai.common.client.dom.HTMLElement getElement()
getElement
in interface org.jboss.errai.common.client.api.IsElement
public void show(Optional editorTitle)
show
in interface PopupEditorControls
public void hide()
hide
in interface PopupEditorControls
public void setOnExternalLinkCreated(Consumer<DMNExternalLink> onExternalLinkCreated)
setOnExternalLinkCreated
in interface NameAndUrlPopoverView.Presenter
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.