Class GridCellValueTuple<T extends org.uberfire.ext.wires.core.grids.client.model.GridCellValue>
- java.lang.Object
-
- org.kie.workbench.common.dmn.client.widgets.grid.model.GridCellTuple
-
- org.kie.workbench.common.dmn.client.widgets.grid.model.GridCellValueTuple<T>
-
- All Implemented Interfaces:
com.google.gwt.user.client.ui.RequiresResize
public class GridCellValueTuple<T extends org.uberfire.ext.wires.core.grids.client.model.GridCellValue> extends GridCellTuple
-
-
Constructor Summary
Constructors Constructor Description GridCellValueTuple(int rowIndex, int columnIndex, org.uberfire.ext.wires.core.grids.client.widget.grid.GridWidget gridWidget, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TgetValue()-
Methods inherited from class org.kie.workbench.common.dmn.client.widgets.grid.model.GridCellTuple
getColumnIndex, getGridWidget, getRowIndex, onResize, proposeContainingColumnWidth, setColumnIndex, setRowIndex
-
-