Packagestimulsoft.controls_old.visual.ribbonPanels
Classpublic class StiDockRibbonPanel
InheritanceStiDockRibbonPanel Inheritance StiTabNavigatorPanel Inheritance mx.containers.VBox
Implements mx.binding.IBindingClient



Public Properties
 PropertyDefined By
  buttonDockBottom : StiSpeedButton
StiDockRibbonPanel
  buttonDockFill : StiSpeedButton
StiDockRibbonPanel
  buttonDockLeft : StiSpeedButton
StiDockRibbonPanel
  buttonDockNone : StiSpeedButton
StiDockRibbonPanel
  buttonDockRight : StiSpeedButton
StiDockRibbonPanel
  buttonDockTop : StiSpeedButton
StiDockRibbonPanel
 InheritedbuttonEnabled : Boolean
StiTabNavigatorPanel
 InheritedbuttonToolTip : Object
StiTabNavigatorPanel
 Inheritedcaption : String
StiTabNavigatorPanel
  designer : StiDesignerFx
StiDockRibbonPanel
 InheritedshowButton : Boolean
StiTabNavigatorPanel
Public Methods
 MethodDefined By
  
Constructor.
StiDockRibbonPanel
 Inherited
getControlByName(name:String):Object
StiTabNavigatorPanel
  
update():void
StiDockRibbonPanel
Protected Methods
 MethodDefined By
 Inherited
updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void
[override]
StiTabNavigatorPanel
Events
 Event Summary Defined By
 Inherited
Public Constants
 ConstantDefined By
 InheritedStiButtonClick : String = buttonClick
[static]
StiTabNavigatorPanel
Property Detail
buttonDockBottomproperty
public var buttonDockBottom:StiSpeedButton

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

buttonDockFillproperty 
public var buttonDockFill:StiSpeedButton

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

buttonDockLeftproperty 
public var buttonDockLeft:StiSpeedButton

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

buttonDockNoneproperty 
public var buttonDockNone:StiSpeedButton

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

buttonDockRightproperty 
public var buttonDockRight:StiSpeedButton

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

buttonDockTopproperty 
public var buttonDockTop:StiSpeedButton

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
Constructor Detail
StiDockRibbonPanel()Constructor
public function StiDockRibbonPanel()

Constructor.

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