Class AbstractPopoverImpl<V extends PopoverView,B>
- java.lang.Object
-
- org.kie.workbench.common.dmn.client.widgets.grid.controls.popover.AbstractPopoverImpl<V,B>
-
- All Implemented Interfaces:
org.jboss.errai.common.client.api.IsElement,CanBeClosedByKeyboard,HasCellEditorControls.Editor<B>,PopupEditorControls
- Direct Known Subclasses:
HitPolicyPopoverImpl,KindPopoverImpl,ListSelector,NameAndUriPopoverImpl,ParametersPopoverImpl,UndefinedExpressionSelectorPopoverImpl
public abstract class AbstractPopoverImpl<V extends PopoverView,B> extends Object implements HasCellEditorControls.Editor<B>
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractPopoverImpl()protectedAbstractPopoverImpl(V view)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbind(B bound, int uiRowIndex, int uiColumnIndex)org.jboss.errai.common.client.dom.HTMLElementgetElement()voidhide()Hides thePopupEditorControls.voidsetOnClosedByKeyboardCallback(Consumer<CanBeClosedByKeyboard> callback)voidshow()Shows thePopupEditorControls.-
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
-
-
-
-
Field Detail
-
view
protected V extends PopoverView view
-
-
Constructor Detail
-
AbstractPopoverImpl
protected AbstractPopoverImpl()
-
AbstractPopoverImpl
protected AbstractPopoverImpl(V view)
-
-
Method Detail
-
getElement
public org.jboss.errai.common.client.dom.HTMLElement getElement()
- Specified by:
getElementin interfaceorg.jboss.errai.common.client.api.IsElement
-
bind
public void bind(B bound, int uiRowIndex, int uiColumnIndex)
- Specified by:
bindin interfaceHasCellEditorControls.Editor<V extends PopoverView>
-
setOnClosedByKeyboardCallback
public void setOnClosedByKeyboardCallback(Consumer<CanBeClosedByKeyboard> callback)
- Specified by:
setOnClosedByKeyboardCallbackin interfaceCanBeClosedByKeyboard
-
show
public void show()
Description copied from interface:PopupEditorControlsShows thePopupEditorControls.- Specified by:
showin interfacePopupEditorControls
-
hide
public void hide()
Description copied from interface:PopupEditorControlsHides thePopupEditorControls.- Specified by:
hidein interfacePopupEditorControls
-
-