| Package | stimulsoft.controls_old.visual.ribbonPanels |
| Class | public class StiDictionaryMainPanel |
| Inheritance | StiDictionaryMainPanel StiTabNavigatorTab2 mx.containers.Canvas |
| 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:StiButtonThis property can be used as the source for data binding.
| buttonDelete | property |
public var buttonDelete:StiButtonThis property can be used as the source for data binding.
| buttonEdit | property |
public var buttonEdit:StiButtonThis property can be used as the source for data binding.
| buttonMoveDown | property |
public var buttonMoveDown:StiButtonThis property can be used as the source for data binding.
| buttonMoveUp | property |
public var buttonMoveUp:StiButtonThis property can be used as the source for data binding.
| buttonNew | property |
public var buttonNew:StiButtonThis property can be used as the source for data binding.
| checkCreateLabel | property |
public var checkCreateLabel:StiCheckBoxThis 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:StiDictionaryTreeMainThis 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