Packagestimulsoft.report.design.tools
Classpublic class StiSelectToolService
InheritanceStiSelectToolService Inheritance StiToolService Inheritance StiDesignerInitService Inheritance StiService Inheritance StiObject Inheritance Object



Public Properties
 PropertyDefined By
  action : int
StiSelectToolService
 Inheriteddesigner : StiDesignerFx
StiDesignerInitService
 Inheritedproperties : StiRepositoryItems
StiService
 Inheritedreport : StiReport
StiDesignerInitService
 InheritedselectionLayer : StiLayer
StiToolService
 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
 InheritedserviceType : Class
[read-only] Gets a service type.
StiService
Public Methods
 MethodDefined By
  
StiSelectToolService
 Inherited
clone(... args):Object
[override] Creates a new object that is a copy of the current instance.
StiService
  
createDragDropComponent(textForValue:String = null, textForLabel:String = null):void
Создание компонента в режиме перетаскивания
StiSelectToolService
 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
  
onMouseDown(e:MouseEvent):void
[override]
StiSelectToolService
  
onMouseMove(e:MouseEvent):void
[override]
StiSelectToolService
  
onMouseUp(e:MouseEvent):void
[override]
StiSelectToolService
 Inherited
StiService
  
pasteDragDropComponent(components:StiComponentsCollection, ctrl:Boolean = false):void
Вставка указанных компонентов в режиме перетаскивания
StiSelectToolService
Property Detail
actionproperty
action:int


Implementation
    public function get action():int
    public function set action(value:int):void
Constructor Detail
StiSelectToolService()Constructor
public function StiSelectToolService(deigner:StiDesignerFx)



Parameters
deigner:StiDesignerFx
Method Detail
createDragDropComponent()method
public function createDragDropComponent(textForValue:String = null, textForLabel:String = null):void

Создание компонента в режиме перетаскивания

Parameters

textForValue:String (default = null)
 
textForLabel:String (default = null)

onMouseDown()method 
override public function onMouseDown(e:MouseEvent):void

Parameters

e:MouseEvent

onMouseMove()method 
override public function onMouseMove(e:MouseEvent):void

Parameters

e:MouseEvent

onMouseUp()method 
override public function onMouseUp(e:MouseEvent):void

Parameters

e:MouseEvent

pasteDragDropComponent()method 
public function pasteDragDropComponent(components:StiComponentsCollection, ctrl:Boolean = false):void

Вставка указанных компонентов в режиме перетаскивания

Parameters

components:StiComponentsCollection
 
ctrl:Boolean (default = false)