Class NameAndUriPopoverImpl
- java.lang.Object
-
- org.kie.workbench.common.dmn.client.widgets.grid.controls.popover.AbstractPopoverImpl<NameAndUrlPopoverView,NameAndUrlPopoverView.Presenter>
-
- org.kie.workbench.common.dmn.client.editors.documentation.links.NameAndUriPopoverImpl
-
- All Implemented Interfaces:
org.jboss.errai.common.client.api.IsElement,NameAndUrlPopoverView.Presenter,CanBeClosedByKeyboard,HasCellEditorControls.Editor<NameAndUrlPopoverView.Presenter>,PopupEditorControls
@ApplicationScoped public class NameAndUriPopoverImpl extends AbstractPopoverImpl<NameAndUrlPopoverView,NameAndUrlPopoverView.Presenter> implements NameAndUrlPopoverView.Presenter
-
-
Field Summary
-
Fields inherited from class org.kie.workbench.common.dmn.client.widgets.grid.controls.popover.AbstractPopoverImpl
binding, view
-
-
Constructor Summary
Constructors Constructor Description NameAndUriPopoverImpl()NameAndUriPopoverImpl(NameAndUrlPopoverView view)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.errai.common.client.dom.HTMLElementgetElement()voidhide()Hides thePopupEditorControls.voidinit()voidsetOnClosedByKeyboardCallback(Consumer<CanBeClosedByKeyboard> callback)voidsetOnExternalLinkCreated(Consumer<org.kie.workbench.common.dmn.api.property.dmn.DMNExternalLink> onExternalLinkCreated)voidshow()Shows thePopupEditorControls.-
Methods inherited from class org.kie.workbench.common.dmn.client.widgets.grid.controls.popover.AbstractPopoverImpl
bind
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.kie.workbench.common.dmn.client.widgets.grid.controls.PopupEditorControls
getPopoverTitle
-
-
-
-
Constructor Detail
-
NameAndUriPopoverImpl
public NameAndUriPopoverImpl()
-
NameAndUriPopoverImpl
@Inject public NameAndUriPopoverImpl(NameAndUrlPopoverView view)
-
-
Method Detail
-
init
@PostConstruct public void init()
-
getElement
public org.jboss.errai.common.client.dom.HTMLElement getElement()
- Specified by:
getElementin interfaceorg.jboss.errai.common.client.api.IsElement- Overrides:
getElementin classAbstractPopoverImpl<NameAndUrlPopoverView,NameAndUrlPopoverView.Presenter>
-
setOnClosedByKeyboardCallback
public void setOnClosedByKeyboardCallback(Consumer<CanBeClosedByKeyboard> callback)
- Specified by:
setOnClosedByKeyboardCallbackin interfaceCanBeClosedByKeyboard- Overrides:
setOnClosedByKeyboardCallbackin classAbstractPopoverImpl<NameAndUrlPopoverView,NameAndUrlPopoverView.Presenter>
-
show
public void show()
Description copied from interface:PopupEditorControlsShows thePopupEditorControls.- Specified by:
showin interfacePopupEditorControls- Overrides:
showin classAbstractPopoverImpl<NameAndUrlPopoverView,NameAndUrlPopoverView.Presenter>
-
hide
public void hide()
Description copied from interface:PopupEditorControlsHides thePopupEditorControls.- Specified by:
hidein interfacePopupEditorControls- Overrides:
hidein classAbstractPopoverImpl<NameAndUrlPopoverView,NameAndUrlPopoverView.Presenter>
-
setOnExternalLinkCreated
public void setOnExternalLinkCreated(Consumer<org.kie.workbench.common.dmn.api.property.dmn.DMNExternalLink> onExternalLinkCreated)
- Specified by:
setOnExternalLinkCreatedin interfaceNameAndUrlPopoverView.Presenter
-
-