Class DMNGridCell<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>
-
- All Implemented Interfaces:
HasCellEditorControls,org.uberfire.ext.wires.core.grids.client.model.GridCell<T>
- Direct Known Subclasses:
BaseHasDynamicHeightCell,ContextGridCell,FunctionGridCell,InvocationGridCell,UndefinedExpressionCell
public class DMNGridCell<T> extends org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridCell<T> implements HasCellEditorControls
-
-
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 DMNGridCell(org.uberfire.ext.wires.core.grids.client.model.GridCellValue<T> value)
-
Method Summary
-
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
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.uberfire.ext.wires.core.grids.client.model.GridCell
getSupportedEditAction
-
Methods inherited from interface org.kie.workbench.common.dmn.client.widgets.grid.controls.HasCellEditorControls
getEditor
-
-
-
-
Constructor Detail
-
DMNGridCell
public DMNGridCell(org.uberfire.ext.wires.core.grids.client.model.GridCellValue<T> value)
-
-