Package org.openl.rules.table
Class AGridTableDecorator
- java.lang.Object
-
- org.openl.rules.table.AGridTable
-
- org.openl.rules.table.AGridTableDecorator
-
- All Implemented Interfaces:
IGridTable,ITable<IGridTable>
- Direct Known Subclasses:
SingleCellGridTable,SubGridTable,TransformedGridTable,TransposedGridTable
public abstract class AGridTableDecorator extends AGridTable
- Author:
- snshor
-
-
Field Summary
Fields Modifier and Type Field Description protected IGridTabletable-
Fields inherited from interface org.openl.rules.table.IGridTable
EMPTY_GRID
-
-
Constructor Summary
Constructors Constructor Description AGridTableDecorator(IGridTable table)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidedit()IGridgetGrid()IGridTablegetOriginalGridTable()voidstopEditing()-
Methods inherited from class org.openl.rules.table.AGridTable
getCell, getColumn, getColumns, getColumns, getRegion, getRow, getRows, getRows, getSubtable, getUri, getUri, getUriParser, resetUri, toString, transpose
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.openl.rules.table.IGridTable
getGridColumn, getGridRow
-
Methods inherited from interface org.openl.rules.table.ITable
getHeight, getWidth, isNormalOrientation
-
-
-
-
Field Detail
-
table
protected final IGridTable table
-
-
Constructor Detail
-
AGridTableDecorator
public AGridTableDecorator(IGridTable table)
-
-
Method Detail
-
getGrid
public IGrid getGrid()
-
edit
public void edit()
-
stopEditing
public void stopEditing()
-
getOriginalGridTable
public IGridTable getOriginalGridTable()
- Returns:
- Original table which includes this delegated table
-
-