Packagestimulsoft.controls.visual.dictionary
Classpublic class StiDictionaryTreePopup
InheritanceStiDictionaryTreePopup Inheritance StiDictionaryTree Inheritance StiTreeView Inheritance mx.controls.Tree
Implements IStiPopup

Default MXML PropertydataProvider



Public Properties
 PropertyDefined By
 InheriteddataProvider : Object
[override] [write-only]
StiTreeView
 Inheriteddesigner : StiDesignerFx
[read-only]
StiDictionaryTree
  dock : String
Пристыковка меню к объекту
StiDictionaryTreePopup
 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
  maxRowCount : int
StiDictionaryTreePopup
  menuHeight : int
[read-only]
StiDictionaryTreePopup
  menuWidth : int
[read-only]
StiDictionaryTreePopup
  offset : Number
StiDictionaryTreePopup
 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
  textValue : String
[read-only]
StiDictionaryTreePopup
 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
Public Methods
 MethodDefined By
  
StiDictionaryTreePopup
 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
  
hide():void
Убрать всплывающее меню
StiDictionaryTreePopup
 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
  
show(button:Button = null):void
Показать всплывающее меню
StiDictionaryTreePopup
Protected Methods
 MethodDefined By
 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
Events
 Event Summary Defined By
 InheritedStiTreeView
Property Detail
dockproperty
dock:String

Пристыковка меню к объекту


Implementation
    public function get dock():String
    public function set dock(value:String):void
maxRowCountproperty 
maxRowCount:int


Implementation
    public function get maxRowCount():int
    public function set maxRowCount(value:int):void
menuHeightproperty 
menuHeight:int  [read-only]


Implementation
    public function get menuHeight():int
menuWidthproperty 
menuWidth:int  [read-only]


Implementation
    public function get menuWidth():int
offsetproperty 
offset:Number


Implementation
    public function get offset():Number
    public function set offset(value:Number):void
textValueproperty 
textValue:String  [read-only]


Implementation
    public function get textValue():String
Constructor Detail
StiDictionaryTreePopup()Constructor
public function StiDictionaryTreePopup()



Method Detail
hide()method
public function hide():void

Убрать всплывающее меню

show()method 
public function show(button:Button = null):void

Показать всплывающее меню

Parameters

button:Button (default = null)