@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 . |
bind
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getPopoverTitle
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
getElement
in class AbstractPopoverImpl<NameAndUrlPopoverView,NameAndUrlPopoverView.Presenter>
public void setOnClosedByKeyboardCallback(Consumer<CanBeClosedByKeyboard> callback)
setOnClosedByKeyboardCallback
in interface CanBeClosedByKeyboard
setOnClosedByKeyboardCallback
in class AbstractPopoverImpl<NameAndUrlPopoverView,NameAndUrlPopoverView.Presenter>
public void show()
PopupEditorControls
PopupEditorControls
.show
in interface PopupEditorControls
show
in class AbstractPopoverImpl<NameAndUrlPopoverView,NameAndUrlPopoverView.Presenter>
public void hide()
PopupEditorControls
PopupEditorControls
.hide
in interface PopupEditorControls
hide
in class AbstractPopoverImpl<NameAndUrlPopoverView,NameAndUrlPopoverView.Presenter>
public void setOnExternalLinkCreated(Consumer<DMNExternalLink> onExternalLinkCreated)
setOnExternalLinkCreated
in interface NameAndUrlPopoverView.Presenter
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.