Packagestimulsoft.controls.visual.dictionary
Classpublic class StiDictionaryTreeForm
InheritanceStiDictionaryTreeForm Inheritance StiDictionaryTree Inheritance StiTreeView Inheritance mx.controls.Tree

Default MXML PropertydataProvider



Public Properties
 PropertyDefined By
  addBraces : Boolean
Разрешить добавление фигурных скобок
StiDictionaryTreeForm
  cursor : UIComponent
[read-only]
StiDictionaryTreeForm
 InheriteddataProvider : Object
[override] [write-only]
StiTreeView
 Inheriteddesigner : StiDesignerFx
[read-only]
StiDictionaryTree
 InheritedGroupMinusIcon : Class
[static]
StiTreeView
 InheritedGroupMinusIcon2013 : Class
[static]
StiTreeView
 InheritedGroupPlusIcon : Class
[static]
StiTreeView
 InheritedGroupPlusIcon2013 : Class
[static]
StiTreeView
 InheritediconList : Array
StiTreeView
 InheritedisNotAssignedSelected : Boolean
[read-only] Выделен элемент [NotAssigned], [No], [NoSort]
StiDictionaryTree
 Inheriteditems : Array
[read-only] Возвращает все элементы (StiTreeNode) дерева, включая вложенные
StiTreeView
 InheritedmasterDataSources : Array
Массив из двух DataSources Применяется для отображения связей из 2-го DataSource ссылающихся на 1-й DataSource
StiDictionaryTree
 Inheritedreport : StiReport
StiDictionaryTree
 InheritedselectedCollection : StiBaseCollection
[read-only] Коллекция, в которой находится выделенный объект
StiDictionaryTree
 InheritedselectedDataSource : StiDataSource
[read-only] Текущий выделенный DataSource
StiDictionaryTree
 InheritedselectedObject : *
[read-only] Текущий выделенный объект словаря
StiDictionaryTree
 InheritedshowDisclosureIcon : Boolean
Показывать панель с кнопками открыть - закрыть
StiTreeView
 InheritedshowNotAssigned : Boolean
StiDictionaryTree
 InheritedsortOnSelected : Boolean
Перемещать в начало элемент при выделении
StiDictionaryTree
  textArea : TextArea
StiDictionaryTreeForm
 Inheritedtype : int
StiDictionaryTree
 InheritedvisibleBusinessObjects : Object
Может принимать следующие значения: StiBusinessObject.
StiDictionaryTree
 InheritedvisibleDataColumns : Object
Может принимать следующие значения: String, StiDataSource, Array [string's или StiDataColumn's].
StiDictionaryTree
 InheritedvisibleDataSources : Object
Может принимать следующие значения: String, StiDataSource, Array [string's или StiDataSource's].
StiDictionaryTree
Protected Properties
 PropertyDefined By
  mouseButtonDown : Boolean = false
StiDictionaryTreeForm
Public Methods
 MethodDefined By
  
StiDictionaryTreeForm
 Inherited
applyTheme():void
StiTreeView
 Inherited
StiTreeView
 Inherited
dispose():void
StiDictionaryTree
 Inherited
getNodeByLabel(label:String, parentNode:StiTreeNode = null):StiTreeNode
Находит элемент по его лэйблу
StiDictionaryTree
 Inherited
getNodeByObject(object:Object, parentNode:StiTreeNode = null):StiTreeNode
Находит элемент по значению объекта
StiDictionaryTree
 Inherited
getNodeByValue(value:String, parentNode:StiTreeNode = null):StiTreeNode
Находит элемент по его значению (значение может быть со скобками {} и без них)
StiDictionaryTree
 Inherited
Открывает все ноды первого уровня
StiDictionaryTree
 Inherited
openNodeTree(openNode:StiTreeNode, parentNode:StiTreeNode = null):Boolean
Открывает дерево до указанного элемента, начиная с выбранного
StiDictionaryTree
 Inherited
refresh():void
StiDictionaryTree
 Inherited
Перемещает все выделенные элементы вверх
StiDictionaryTree
 Inherited
selectNodeByLabel(label:String, parentNode:StiTreeNode = null):Boolean
Находит и выделяет элемент по его лэйблу
StiDictionaryTree
 Inherited
selectNodeByObject(object:Object, parentNode:StiTreeNode = null):Boolean
Находит и выделяет элемент по объекту
StiDictionaryTree
 Inherited
selectNodeByValue(value:String, parentNode:StiTreeNode = null):Boolean
Находит и выделяет элемент по его значению (значение может быть со скобками {} и без них)
StiDictionaryTree
Protected Methods
 MethodDefined By
  
dragScroll():void
[override]
StiDictionaryTreeForm
 Inherited
drawCaretIndicator(indicator:Sprite, x:Number, y:Number, width:Number, height:Number, color:uint, itemRenderer:IListItemRenderer):void
[override]
StiTreeView
 Inherited
drawSelectionIndicator(indicator:Sprite, x:Number, y:Number, width:Number, height:Number, color:uint, itemRenderer:IListItemRenderer):void
[override]
StiTreeView
 Inherited
initListData(item:Object, treeListData:TreeListData):void
[override]
StiTreeView
  
onDoubleClick(e:MouseEvent):void
StiDictionaryTreeForm
  
onMouseDown(e:MouseEvent):void
StiDictionaryTreeForm
  
onMouseMove(e:MouseEvent):void
StiDictionaryTreeForm
  
onMouseUp(e:MouseEvent):void
StiDictionaryTreeForm
Events
 Event Summary Defined By
 InheritedStiTreeView
Property Detail
addBracesproperty
addBraces:Boolean

Разрешить добавление фигурных скобок


Implementation
    public function get addBraces():Boolean
    public function set addBraces(value:Boolean):void
cursorproperty 
cursor:UIComponent  [read-only]


Implementation
    public function get cursor():UIComponent
mouseButtonDownproperty 
protected var mouseButtonDown:Boolean = false

textAreaproperty 
textArea:TextArea


Implementation
    public function get textArea():TextArea
    public function set textArea(value:TextArea):void
Constructor Detail
StiDictionaryTreeForm()Constructor
public function StiDictionaryTreeForm()



Method Detail
dragScroll()method
override protected function dragScroll():void

onDoubleClick()method 
protected function onDoubleClick(e:MouseEvent):void

Parameters

e:MouseEvent

onMouseDown()method 
protected function onMouseDown(e:MouseEvent):void

Parameters

e:MouseEvent

onMouseMove()method 
protected function onMouseMove(e:MouseEvent):void

Parameters

e:MouseEvent

onMouseUp()method 
protected function onMouseUp(e:MouseEvent):void

Parameters

e:MouseEvent