Packagestimulsoft.controls_old.visual
Classpublic class StiTabNavigatorPanel
InheritanceStiTabNavigatorPanel Inheritance mx.containers.VBox
Subclasses StiAlignmentRibbonPanel, StiArrangeRibbonPanel, StiBordersRibbonPanel, StiClipboardRibbonPanel, StiDockRibbonPanel, StiFontRibbonPanel, StiGridRibbonPanel, StiPageSetupRibbonPanel, StiPreviewFileRibbonPanel, StiPreviewPanelsRibbonPanel, StiPreviewToolsRibbonPanel, StiPreviewViewRibbonPanel, StiReportRibbonPanel, StiStyleRibbonPanel, StiTextFormatRibbonPanel, StiUndoRedoRibbonPanel, StiZoomRibbonPanel



Public Properties
 PropertyDefined By
  buttonEnabled : Boolean
StiTabNavigatorPanel
  buttonToolTip : Object
StiTabNavigatorPanel
  caption : String
StiTabNavigatorPanel
  showButton : Boolean
StiTabNavigatorPanel
Public Methods
 MethodDefined By
  
StiTabNavigatorPanel
  
getControlByName(name:String):Object
StiTabNavigatorPanel
Protected Methods
 MethodDefined By
  
updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void
[override]
StiTabNavigatorPanel
Events
 Event Summary Defined By
  StiTabNavigatorPanel
Public Constants
 ConstantDefined By
  StiButtonClick : String = buttonClick
[static]
StiTabNavigatorPanel
Property Detail
buttonEnabledproperty
buttonEnabled:Boolean


Implementation
    public function get buttonEnabled():Boolean
    public function set buttonEnabled(value:Boolean):void
buttonToolTipproperty 
buttonToolTip:Object


Implementation
    public function get buttonToolTip():Object
    public function set buttonToolTip(value:Object):void
captionproperty 
caption:String


Implementation
    public function get caption():String
    public function set caption(value:String):void
showButtonproperty 
showButton:Boolean


Implementation
    public function get showButton():Boolean
    public function set showButton(value:Boolean):void
Constructor Detail
StiTabNavigatorPanel()Constructor
public function StiTabNavigatorPanel()



Method Detail
getControlByName()method
public function getControlByName(name:String):Object

Parameters

name:String

Returns
Object
updateDisplayList()method 
override protected function updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void

Parameters

unscaledWidth:Number
 
unscaledHeight:Number

Event Detail
buttonClick Event
Event Object Type: flash.events.MouseEvent

Constant Detail
StiButtonClickConstant
public static const StiButtonClick:String = buttonClick