Package org.openl.rules.table.actions
Class UndoableResizeMergedRegionAction
- java.lang.Object
-
- org.openl.rules.table.actions.UndoableResizeMergedRegionAction
-
- All Implemented Interfaces:
IUndoableAction,IUndoableGridTableAction
public class UndoableResizeMergedRegionAction extends Object implements IUndoableGridTableAction
Action which resizes merged regions in some grid.- Author:
- PUdalau
-
-
Constructor Summary
Constructors Constructor Description UndoableResizeMergedRegionAction(IGridRegion initialRegion, int numberOfRowsOrColumns, boolean isInsert, boolean isColumns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoAction(IGridTable table)voidundoAction(IGridTable table)
-
-
-
Constructor Detail
-
UndoableResizeMergedRegionAction
public UndoableResizeMergedRegionAction(IGridRegion initialRegion, int numberOfRowsOrColumns, boolean isInsert, boolean isColumns)
-
-
Method Detail
-
doAction
public void doAction(IGridTable table)
- Specified by:
doActionin interfaceIUndoableGridTableAction
-
undoAction
public void undoAction(IGridTable table)
- Specified by:
undoActionin interfaceIUndoableGridTableAction
-
-