Class KindPopoverImpl
- java.lang.Object
-
- org.kie.workbench.common.dmn.client.widgets.grid.controls.popover.AbstractPopoverImpl<KindPopoverView,HasKindSelectControl>
-
- org.kie.workbench.common.dmn.client.editors.expressions.types.function.kindselector.KindPopoverImpl
-
- All Implemented Interfaces:
org.jboss.errai.common.client.api.IsElement,KindPopoverView.Presenter,CanBeClosedByKeyboard,HasCellEditorControls.Editor<HasKindSelectControl>,PopupEditorControls
@ApplicationScoped public class KindPopoverImpl extends AbstractPopoverImpl<KindPopoverView,HasKindSelectControl> implements KindPopoverView.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 KindPopoverImpl()KindPopoverImpl(KindPopoverView view, org.jboss.errai.ui.client.local.spi.TranslationService translationService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPopoverTitle()Returns theStringfor thePopupEditorControlstitle used to to edit properties.voidonFunctionKindSelected(org.kie.workbench.common.dmn.api.definition.model.FunctionDefinition.Kind kind)-
Methods inherited from class org.kie.workbench.common.dmn.client.widgets.grid.controls.popover.AbstractPopoverImpl
bind, getElement, hide, setOnClosedByKeyboardCallback, show
-
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.editors.types.CanBeClosedByKeyboard
setOnClosedByKeyboardCallback
-
Methods inherited from interface org.kie.workbench.common.dmn.client.widgets.grid.controls.HasCellEditorControls.Editor
bind
-
Methods inherited from interface org.kie.workbench.common.dmn.client.widgets.grid.controls.PopupEditorControls
hide, show
-
-
-
-
Constructor Detail
-
KindPopoverImpl
public KindPopoverImpl()
-
KindPopoverImpl
@Inject public KindPopoverImpl(KindPopoverView view, org.jboss.errai.ui.client.local.spi.TranslationService translationService)
-
-
Method Detail
-
getPopoverTitle
public String getPopoverTitle()
Description copied from interface:PopupEditorControlsReturns theStringfor thePopupEditorControlstitle used to to edit properties.- Specified by:
getPopoverTitlein interfacePopupEditorControls- Returns:
- null if no title is to be shown.
-
onFunctionKindSelected
public void onFunctionKindSelected(org.kie.workbench.common.dmn.api.definition.model.FunctionDefinition.Kind kind)
- Specified by:
onFunctionKindSelectedin interfaceKindPopoverView.Presenter
-
-