Package org.openl.rules.table.actions
Class UndoableSetValueAction
- java.lang.Object
-
- org.openl.rules.table.actions.AUndoableCellAction
-
- org.openl.rules.table.actions.UndoableSetValueAction
-
- All Implemented Interfaces:
IUndoableAction,IUndoableGridTableAction
public class UndoableSetValueAction extends AUndoableCellAction
- Author:
- snshor
-
-
Field Summary
-
Fields inherited from class org.openl.rules.table.actions.AUndoableCellAction
metaInfoWriter
-
-
Constructor Summary
Constructors Constructor Description UndoableSetValueAction(int col, int row, Object value, 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
-
UndoableSetValueAction
public UndoableSetValueAction(int col, int row, Object value, MetaInfoWriter metaInfoWriter)
-
-
Method Detail
-
doAction
public void doAction(IGridTable table)
-
undoAction
public void undoAction(IGridTable table)
-
-