Interface KindPopoverView.Presenter
-
- All Superinterfaces:
CanBeClosedByKeyboard,HasCellEditorControls.Editor<HasKindSelectControl>,org.jboss.errai.common.client.api.IsElement,PopupEditorControls
- All Known Implementing Classes:
KindPopoverImpl
- Enclosing interface:
- KindPopoverView
public static interface KindPopoverView.Presenter extends HasCellEditorControls.Editor<HasKindSelectControl>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonFunctionKindSelected(org.kie.workbench.common.dmn.api.definition.model.FunctionDefinition.Kind kind)-
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
getPopoverTitle, hide, show
-
-