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