Package org.openl.rules.table.actions
Class UndoableShiftValueAction
- java.lang.Object
-
- org.openl.rules.table.actions.AUndoableCellAction
-
- org.openl.rules.table.actions.UndoableShiftValueAction
-
- All Implemented Interfaces:
IUndoableAction,IUndoableGridTableAction
public class UndoableShiftValueAction extends AUndoableCellAction
Shift cell with merged region.- Author:
- PUdalau
-
-
Field Summary
-
Fields inherited from class org.openl.rules.table.actions.AUndoableCellAction
metaInfoWriter
-
-
Constructor Summary
Constructors Constructor Description UndoableShiftValueAction(int colFrom, int rowFrom, int colTo, int rowTo, MetaInfoWriter metaInfoWriter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoAction(IGridTable table)voidundoAction(IGridTable table)-
Methods inherited from class org.openl.rules.table.actions.AUndoableCellAction
getCol, getPrevComment, getPrevCommentAuthor, getPrevFormula, getPrevMetaInfo, getPrevStyle, getPrevValue, getRow, restorePrevCell, savePrevCell, setCol, setPrevComment, setPrevCommentAuthor, setPrevFormula, setPrevMetaInfo, setPrevStyle, setPrevValue, setRow
-
-
-
-
Constructor Detail
-
UndoableShiftValueAction
public UndoableShiftValueAction(int colFrom, int rowFrom, int colTo, int rowTo, MetaInfoWriter metaInfoWriter)
-
-
Method Detail
-
doAction
public void doAction(IGridTable table)
-
undoAction
public void undoAction(IGridTable table)
-
-