Interface HasCellEditorControls.Editor<T>
-
- All Superinterfaces:
CanBeClosedByKeyboard,org.jboss.errai.common.client.api.IsElement,PopupEditorControls
- All Known Subinterfaces:
HitPolicyPopoverView.Presenter,KindPopoverView.Presenter,ListSelectorView.Presenter,ParametersPopoverView.Presenter,UndefinedExpressionSelectorPopoverView.Presenter,ValueAndDataTypePopoverView.Presenter
- All Known Implementing Classes:
AbstractPopoverImpl,HitPolicyPopoverImpl,KindPopoverImpl,ListSelector,NameAndUriPopoverImpl,ParametersPopoverImpl,UndefinedExpressionSelectorPopoverImpl,ValueAndDataTypePopoverImpl
- Enclosing interface:
- HasCellEditorControls
public static interface HasCellEditorControls.Editor<T> extends PopupEditorControls
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidbind(T bound, int uiRowIndex, int uiColumnIndex)-
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.PopupEditorControls
getPopoverTitle, hide, show
-
-
-
-
Method Detail
-
bind
void bind(T bound, int uiRowIndex, int uiColumnIndex)
-
-