Class UndefinedExpressionCell
- java.lang.Object
-
- org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridCell<T>
-
- org.kie.workbench.common.dmn.client.widgets.grid.model.DMNGridCell<String>
-
- org.kie.workbench.common.dmn.client.editors.expressions.types.undefined.UndefinedExpressionCell
-
- All Implemented Interfaces:
HasCellEditorControls,org.uberfire.ext.wires.core.grids.client.model.GridCell<String>
public class UndefinedExpressionCell extends DMNGridCell<String>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.kie.workbench.common.dmn.client.widgets.grid.controls.HasCellEditorControls
HasCellEditorControls.Editor<T>
-
-
Constructor Summary
Constructors Constructor Description UndefinedExpressionCell(ListSelectorView.Presenter listSelector, org.jboss.errai.ui.client.local.spi.TranslationService translationService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<HasCellEditorControls.Editor>getEditor()org.uberfire.ext.wires.core.grids.client.model.GridCellEditActiongetSupportedEditAction()
-
-
-
Constructor Detail
-
UndefinedExpressionCell
public UndefinedExpressionCell(ListSelectorView.Presenter listSelector, org.jboss.errai.ui.client.local.spi.TranslationService translationService)
-
-
Method Detail
-
getEditor
public Optional<HasCellEditorControls.Editor> getEditor()
-
getSupportedEditAction
public org.uberfire.ext.wires.core.grids.client.model.GridCellEditAction getSupportedEditAction()
-
-