SpreadJS Documentation
ActionBase type
Represents the actions in the component for which the user can perform an undo or redo.
Syntax
var instance = new GcSpread.Sheets.UndoRedo.ActionBase();
function ActionBase;
Inheritance Hierarchy

Object
   GcSpread.Sheets.UndoRedo.ActionBase
      GcSpread.Sheets.UndoRedo.CellEditUndoAction
      GcSpread.Sheets.UndoRedo.ClearRangeValueUndoAction
      GcSpread.Sheets.UndoRedo.ClearValueUndoAction
      GcSpread.Sheets.UndoRedo.ClipboardPasteFloatingObjectUndoAction
      GcSpread.Sheets.UndoRedo.ClipboardPasteRangeUndoAction
      GcSpread.Sheets.UndoRedo.ClipboardPasteUndoAction
      GcSpread.Sheets.UndoRedo.ColumnAutoFitUndoAction
      GcSpread.Sheets.UndoRedo.ColumnGroupExpandUndoAction
      GcSpread.Sheets.UndoRedo.ColumnGroupHeaderExpandUndoAction
      GcSpread.Sheets.UndoRedo.ColumnGroupUndoAction
      GcSpread.Sheets.UndoRedo.ColumnResizeUndoAction
      GcSpread.Sheets.UndoRedo.ColumnUngroupUndoAction
      GcSpread.Sheets.UndoRedo.DragCopyFloatingObjectUndoAction
      GcSpread.Sheets.UndoRedo.DragDropUndoAction
      GcSpread.Sheets.UndoRedo.DragFillUndoAction
      GcSpread.Sheets.UndoRedo.FloatingObjectUndoActionBase
      GcSpread.Sheets.UndoRedo.RowAutoFitUndoAction
      GcSpread.Sheets.UndoRedo.RowGroupExpandUndoAction
      GcSpread.Sheets.UndoRedo.RowGroupHeaderExpandUndoAction
      GcSpread.Sheets.UndoRedo.RowGroupUndoAction
      GcSpread.Sheets.UndoRedo.RowResizeUndoAction
      GcSpread.Sheets.UndoRedo.RowUngroupUndoAction
      GcSpread.Sheets.UndoRedo.SheetRenameUndoAction
      GcSpread.Sheets.UndoRedo.ZoomUndoAction

Constructors
 NameDescription
public ConstructorActionBase ConstructorRepresents the actions in the component for which the user can perform an undo or redo.  
Top
Methods
 NameDescription
public MethodcanExecuteDefines the method that determines whether the action can be performed in its current state.  
public MethodcanUndoGets a value that indicates whether the action can be undone.  
public MethodexecuteDefines the method to be called when the action is invoked.  
public MethodsaveStateSaves the state for undoing the command or operation.  
public MethodundoUndoes the command or operation.  
Top
See Also

Reference

GcSpread.Sheets.UndoRedo Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.