Package org.openl.rules.table
Class CompositeGrid.Transform
- java.lang.Object
-
- org.openl.rules.table.CompositeGrid.Transform
-
- Enclosing class:
- CompositeGrid
protected static class CompositeGrid.Transform extends Object
Handles the grid and coordinates of the cell in this grid.
-
-
Constructor Summary
Constructors Constructor Description Transform(IGrid grid, IGridTable gridTable, int col, int row)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCol()IGridTablegetGridTable()intgetRow()IGridgrid()
-
-
-
Constructor Detail
-
Transform
public Transform(IGrid grid, IGridTable gridTable, int col, int row)
-
-
Method Detail
-
grid
public IGrid grid()
-
getCol
public int getCol()
-
getRow
public int getRow()
-
getGridTable
public IGridTable getGridTable()
-
-