Class FunctionGridCell<T>
- java.lang.Object
-
- org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridCell<T>
-
- org.kie.workbench.common.dmn.client.widgets.grid.model.DMNGridCell<T>
-
- org.kie.workbench.common.dmn.client.editors.expressions.types.function.FunctionGridCell<T>
-
- All Implemented Interfaces:
HasCellEditorControls,org.uberfire.ext.wires.core.grids.client.model.GridCell<T>
public class FunctionGridCell<T> extends DMNGridCell<T>
-
-
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 FunctionGridCell(org.uberfire.ext.wires.core.grids.client.model.GridCellValue<T> value, ListSelectorView.Presenter listSelector)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<HasCellEditorControls.Editor>getEditor()-
Methods inherited from class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridCell
collapse, equals, expand, getMergedCellCount, getSelectionStrategy, getValue, hashCode, isCollapsed, isMerged, reset, setSelectionStrategy, setValue
-
-
-
-
Constructor Detail
-
FunctionGridCell
public FunctionGridCell(org.uberfire.ext.wires.core.grids.client.model.GridCellValue<T> value, ListSelectorView.Presenter listSelector)
-
-
Method Detail
-
getEditor
public Optional<HasCellEditorControls.Editor> getEditor()
-
-