Class GridCellTuple
- java.lang.Object
-
- org.kie.workbench.common.dmn.client.widgets.grid.model.GridCellTuple
-
- All Implemented Interfaces:
com.google.gwt.user.client.ui.RequiresResize
- Direct Known Subclasses:
GridCellValueTuple
public class GridCellTuple extends Object implements com.google.gwt.user.client.ui.RequiresResize
-
-
Constructor Summary
Constructors Constructor Description GridCellTuple(int rowIndex, int columnIndex, org.uberfire.ext.wires.core.grids.client.widget.grid.GridWidget gridWidget)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetColumnIndex()org.uberfire.ext.wires.core.grids.client.widget.grid.GridWidgetgetGridWidget()intgetRowIndex()voidonResize()voidproposeContainingColumnWidth(double proposedWidth, Function<BaseExpressionGrid,Double> requiredWidthSupplier)voidsetColumnIndex(int columnIndex)voidsetRowIndex(int rowIndex)
-
-
-
Method Detail
-
getRowIndex
public int getRowIndex()
-
setRowIndex
public void setRowIndex(int rowIndex)
-
getColumnIndex
public int getColumnIndex()
-
setColumnIndex
public void setColumnIndex(int columnIndex)
-
getGridWidget
public org.uberfire.ext.wires.core.grids.client.widget.grid.GridWidget getGridWidget()
-
proposeContainingColumnWidth
public void proposeContainingColumnWidth(double proposedWidth, Function<BaseExpressionGrid,Double> requiredWidthSupplier)
-
onResize
public void onResize()
- Specified by:
onResizein interfacecom.google.gwt.user.client.ui.RequiresResize
-
-