Packagestimulsoft.controls_old.visual.ribbonPanels
Classpublic class StiDictionaryMainPanel
InheritanceStiDictionaryMainPanel Inheritance StiTabNavigatorTab2 Inheritance mx.containers.Canvas
Implements mx.binding.IBindingClient



Public Properties
 PropertyDefined By
  buttonActions : StiButton
StiDictionaryMainPanel
  buttonDelete : StiButton
StiDictionaryMainPanel
  buttonEdit : StiButton
StiDictionaryMainPanel
  buttonMoveDown : StiButton
StiDictionaryMainPanel
  buttonMoveUp : StiButton
StiDictionaryMainPanel
  buttonNew : StiButton
StiDictionaryMainPanel
  checkCreateLabel : StiCheckBox
StiDictionaryMainPanel
  designer : StiDesignerFx
StiDictionaryMainPanel
  dictionaryTree : StiDictionaryTreeMain
StiDictionaryMainPanel
 InheritedshowBackground : Boolean
StiTabNavigatorTab2
 InheritedvisibleOnTab : Boolean
StiTabNavigatorTab2
Public Methods
 MethodDefined By
  
Constructor.
StiDictionaryMainPanel
  
Перемещение выделенного элемента вниз
StiDictionaryMainPanel
  
Перемещение выделенного элемента вверх
StiDictionaryMainPanel
Protected Methods
 MethodDefined By
  
StiDictionaryMainPanel
 Inherited
updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void
[override]
StiTabNavigatorTab2
Property Detail
buttonActionsproperty
public var buttonActions:StiButton

This property can be used as the source for data binding.

buttonDeleteproperty 
public var buttonDelete:StiButton

This property can be used as the source for data binding.

buttonEditproperty 
public var buttonEdit:StiButton

This property can be used as the source for data binding.

buttonMoveDownproperty 
public var buttonMoveDown:StiButton

This property can be used as the source for data binding.

buttonMoveUpproperty 
public var buttonMoveUp:StiButton

This property can be used as the source for data binding.

buttonNewproperty 
public var buttonNew:StiButton

This property can be used as the source for data binding.

checkCreateLabelproperty 
public var checkCreateLabel:StiCheckBox

This property can be used as the source for data binding.

designerproperty 
designer:StiDesignerFx


Implementation
    public function get designer():StiDesignerFx
    public function set designer(value:StiDesignerFx):void
dictionaryTreeproperty 
public var dictionaryTree:StiDictionaryTreeMain

This property can be used as the source for data binding.

Constructor Detail
StiDictionaryMainPanel()Constructor
public function StiDictionaryMainPanel()

Constructor.

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

Перемещение выделенного элемента вниз

onButtonMoveUpClick()method 
public function onButtonMoveUpClick():void

Перемещение выделенного элемента вверх

onCheckCreateLabelClick()method 
protected function onCheckCreateLabelClick():void