Package org.openl.rules.table.actions
Class UndoableMoveTableAction
- java.lang.Object
-
- org.openl.rules.table.actions.UndoableEditTableAction
-
- org.openl.rules.table.actions.UndoableMoveTableAction
-
- All Implemented Interfaces:
IUndoableAction,IUndoableGridTableAction
public class UndoableMoveTableAction extends UndoableEditTableAction
Action for moving table to unoccupied place of grid.- Author:
- PUdalau
-
-
Field Summary
-
Fields inherited from class org.openl.rules.table.actions.UndoableEditTableAction
COLUMNS, INSERT, REMOVE, ROWS
-
-
Constructor Summary
Constructors Constructor Description UndoableMoveTableAction(MetaInfoWriter metaInfoWriter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoAction(IGridTable table)IGridRegiongetNewRegion()voidundoAction(IGridTable table)-
Methods inherited from class org.openl.rules.table.actions.UndoableEditTableAction
getOriginalRegion, getOriginalTable, isDecoratorTable, moveTable
-
-
-
-
Constructor Detail
-
UndoableMoveTableAction
public UndoableMoveTableAction(MetaInfoWriter metaInfoWriter)
-
-
Method Detail
-
getNewRegion
public IGridRegion getNewRegion()
- Returns:
- New region after moving.
-
doAction
public void doAction(IGridTable table)
-
undoAction
public void undoAction(IGridTable table)
-
-