Package | stimulsoft.controls_old.visual.ribbonPanels |
Class | public class StiDictionaryMainPanel |
Inheritance | StiDictionaryMainPanel ![]() ![]() |
Implements | mx.binding.IBindingClient |
Property | Defined 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 | ||
![]() | showBackground : Boolean | StiTabNavigatorTab2 | |
![]() | visibleOnTab : Boolean | StiTabNavigatorTab2 |
Method | Defined By | ||
---|---|---|---|
Constructor. | StiDictionaryMainPanel | ||
onButtonMoveDownClick():void Перемещение выделенного элемента вниз | StiDictionaryMainPanel | ||
onButtonMoveUpClick():void Перемещение выделенного элемента вверх | StiDictionaryMainPanel |
Method | Defined By | ||
---|---|---|---|
onCheckCreateLabelClick():void | StiDictionaryMainPanel | ||
![]() | updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void [override] | StiTabNavigatorTab2 |
buttonActions | property |
public var buttonActions:StiButton
This property can be used as the source for data binding.
buttonDelete | property |
public var buttonDelete:StiButton
This property can be used as the source for data binding.
buttonEdit | property |
public var buttonEdit:StiButton
This property can be used as the source for data binding.
buttonMoveDown | property |
public var buttonMoveDown:StiButton
This property can be used as the source for data binding.
buttonMoveUp | property |
public var buttonMoveUp:StiButton
This property can be used as the source for data binding.
buttonNew | property |
public var buttonNew:StiButton
This property can be used as the source for data binding.
checkCreateLabel | property |
public var checkCreateLabel:StiCheckBox
This property can be used as the source for data binding.
designer | property |
designer:StiDesignerFx
public function get designer():StiDesignerFx
public function set designer(value:StiDesignerFx):void
dictionaryTree | property |
public var dictionaryTree:StiDictionaryTreeMain
This property can be used as the source for data binding.
StiDictionaryMainPanel | () | Constructor |
public function StiDictionaryMainPanel()
Constructor.
onButtonMoveDownClick | () | method |
public function onButtonMoveDownClick():void
Перемещение выделенного элемента вниз
onButtonMoveUpClick | () | method |
public function onButtonMoveUpClick():void
Перемещение выделенного элемента вверх
onCheckCreateLabelClick | () | method |
protected function onCheckCreateLabelClick():void