Packagestimulsoft.report.design
Classpublic class StiUndoRedoService
InheritanceStiUndoRedoService Inheritance StiDesignerInitService Inheritance StiService Inheritance StiObject Inheritance Object

This class describes service for control undo/redo operations in report designer.



Public Properties
 PropertyDefined By
  canRedo : Boolean
[read-only]
StiUndoRedoService
  canUndo : Boolean
[read-only]
StiUndoRedoService
 Inheriteddesigner : StiDesignerFx
StiDesignerInitService
 Inheritedproperties : StiRepositoryItems
StiService
  redoStack : Array
Gets or sets redo stack.
StiUndoRedoService
  redoText : String
StiUndoRedoService
 Inheritedreport : StiReport
StiDesignerInitService
 InheritedserviceCategory : String
[read-only] Gets a service category.
StiService
 InheritedserviceInfo : String
[read-only] Gets a service description.
StiService
 InheritedserviceName : String
[read-only] Gets a service name.
StiService
  serviceType : Class
[override] [read-only] Gets a service type.
StiUndoRedoService
  undoLimit : int
Gets or sets amount of undo/redo steps.
StiUndoRedoService
  undoStack : Array
Gets or sets undo stack.
StiUndoRedoService
  undoText : String
StiUndoRedoService
Public Methods
 MethodDefined By
  
StiUndoRedoService
  
clear():void
StiUndoRedoService
  
clone(... parameters):Object
[override] Creates a new object that is a copy of the current instance.
StiUndoRedoService
 Inherited
equals(object:Object):Boolean
StiObject
 Inherited
Get a short object type name (without library path).
StiObject
 Inherited
getType():Class
StiObject
 Inherited
getTypeName():String
StiObject
 Inherited
isSimple(object:*):Boolean
[static]
StiObject
 Inherited
[override] Creates a shallow copy of the current Collection.
StiService
 Inherited
StiService
  
redo(obj:Object, designer:StiDesignerFx):StiUndoRedo
StiUndoRedoService
  
StiUndoRedoService
  
save(name:String, obj:Object, onlyCurrentPage:Boolean, designer:StiDesignerFx):void
StiUndoRedoService
  
undo(obj:Object, designer:StiDesignerFx):StiUndoRedo
StiUndoRedoService
  
StiUndoRedoService
Property Detail
canRedoproperty
canRedo:Boolean  [read-only]


Implementation
    public function get canRedo():Boolean
canUndoproperty 
canUndo:Boolean  [read-only]


Implementation
    public function get canUndo():Boolean
redoStackproperty 
redoStack:Array

Gets or sets redo stack.


Implementation
    public function get redoStack():Array
    public function set redoStack(value:Array):void
redoTextproperty 
redoText:String


Implementation
    public function get redoText():String
    public function set redoText(value:String):void
serviceTypeproperty 
serviceType:Class  [read-only] [override]

Gets a service type.


Implementation
    public function get serviceType():Class
undoLimitproperty 
undoLimit:int

Gets or sets amount of undo/redo steps.


Implementation
    public function get undoLimit():int
    public function set undoLimit(value:int):void
undoStackproperty 
undoStack:Array

Gets or sets undo stack.


Implementation
    public function get undoStack():Array
    public function set undoStack(value:Array):void
undoTextproperty 
undoText:String


Implementation
    public function get undoText():String
    public function set undoText(value:String):void
Constructor Detail
StiUndoRedoService()Constructor
public function StiUndoRedoService(deigner:StiDesignerFx)



Parameters
deigner:StiDesignerFx
Method Detail
clear()method
public function clear():void

clone()method 
override public function clone(... parameters):Object

Creates a new object that is a copy of the current instance.

Parameters

... parameters

Returns
Object
redo()method 
public function redo(obj:Object, designer:StiDesignerFx):StiUndoRedo

Parameters

obj:Object
 
designer:StiDesignerFx

Returns
StiUndoRedo
redoStackPop()method 
public function redoStackPop():void

save()method 
public function save(name:String, obj:Object, onlyCurrentPage:Boolean, designer:StiDesignerFx):void

Parameters

name:String
 
obj:Object
 
onlyCurrentPage:Boolean
 
designer:StiDesignerFx

undo()method 
public function undo(obj:Object, designer:StiDesignerFx):StiUndoRedo

Parameters

obj:Object
 
designer:StiDesignerFx

Returns
StiUndoRedo
undoStackPop()method 
public function undoStackPop():void