Class RelationGridCell<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.widgets.grid.model.BaseHasDynamicHeightCell<T>
-
- org.kie.workbench.common.dmn.client.editors.expressions.types.relation.RelationGridCell<T>
-
- All Implemented Interfaces:
HasCellEditorControls,HasDynamicHeight,org.uberfire.ext.wires.core.grids.client.model.GridCell<T>
public class RelationGridCell<T> extends BaseHasDynamicHeightCell<T>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.kie.workbench.common.dmn.client.widgets.grid.controls.HasCellEditorControls
HasCellEditorControls.Editor<T>
-
-
Field Summary
-
Fields inherited from class org.kie.workbench.common.dmn.client.widgets.grid.model.BaseHasDynamicHeightCell
DEFAULT_HEIGHT, lineHeight
-
-
Constructor Summary
Constructors Constructor Description RelationGridCell(org.uberfire.ext.wires.core.grids.client.model.GridCellValue<T> value, ListSelectorView.Presenter listSelector, double lineHeight)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<HasCellEditorControls.Editor>getEditor()-
Methods inherited from class org.kie.workbench.common.dmn.client.widgets.grid.model.BaseHasDynamicHeightCell
equals, getExpressionTextHeight, getHeight, hashCode, setValue
-
Methods inherited from class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridCell
collapse, expand, getMergedCellCount, getSelectionStrategy, getValue, isCollapsed, isMerged, reset, setSelectionStrategy
-
-
-
-
Constructor Detail
-
RelationGridCell
public RelationGridCell(org.uberfire.ext.wires.core.grids.client.model.GridCellValue<T> value, ListSelectorView.Presenter listSelector, double lineHeight)
-
-
Method Detail
-
getEditor
public Optional<HasCellEditorControls.Editor> getEditor()
-
-