@ApplicationScoped public class NameAndUriPopoverImpl extends AbstractPopoverImpl<NameAndUrlPopoverView,NameAndUrlPopoverView.Presenter> implements NameAndUrlPopoverView.Presenter
binding, view| Constructor and Description |
|---|
NameAndUriPopoverImpl() |
NameAndUriPopoverImpl(NameAndUrlPopoverView view) |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.errai.common.client.dom.HTMLElement |
getElement() |
void |
hide()
Hides the
PopupEditorControls. |
void |
init() |
void |
setOnClosedByKeyboardCallback(Consumer<CanBeClosedByKeyboard> callback) |
void |
setOnExternalLinkCreated(Consumer<DMNExternalLink> onExternalLinkCreated) |
void |
show()
Shows the
PopupEditorControls. |
bindclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPopoverTitlepublic 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.IsElementgetElement in class AbstractPopoverImpl<NameAndUrlPopoverView,NameAndUrlPopoverView.Presenter>public void setOnClosedByKeyboardCallback(Consumer<CanBeClosedByKeyboard> callback)
setOnClosedByKeyboardCallback in interface CanBeClosedByKeyboardsetOnClosedByKeyboardCallback in class AbstractPopoverImpl<NameAndUrlPopoverView,NameAndUrlPopoverView.Presenter>public void show()
PopupEditorControlsPopupEditorControls.show in interface PopupEditorControlsshow in class AbstractPopoverImpl<NameAndUrlPopoverView,NameAndUrlPopoverView.Presenter>public void hide()
PopupEditorControlsPopupEditorControls.hide in interface PopupEditorControlshide in class AbstractPopoverImpl<NameAndUrlPopoverView,NameAndUrlPopoverView.Presenter>public void setOnExternalLinkCreated(Consumer<DMNExternalLink> onExternalLinkCreated)
setOnExternalLinkCreated in interface NameAndUrlPopoverView.PresenterCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.