Packagestimulsoft.controls_old.visual.ribbonPanels
Classpublic class StiAlignmentRibbonPanel
InheritanceStiAlignmentRibbonPanel Inheritance StiTabNavigatorPanel Inheritance mx.containers.VBox
Implements mx.binding.IBindingClient



Public Properties
 PropertyDefined By
  buttonAlignCenter : StiSpeedButton
StiAlignmentRibbonPanel
  buttonAlignLeft : StiSpeedButton
StiAlignmentRibbonPanel
  buttonAlignRight : StiSpeedButton
StiAlignmentRibbonPanel
  buttonAlignWidth : StiSpeedButton
StiAlignmentRibbonPanel
 InheritedbuttonEnabled : Boolean
StiTabNavigatorPanel
  buttonTextAngle : StiSpeedButton
StiAlignmentRibbonPanel
 InheritedbuttonToolTip : Object
StiTabNavigatorPanel
  buttonVerticalBottom : StiSpeedButton
StiAlignmentRibbonPanel
  buttonVerticalCenter : StiSpeedButton
StiAlignmentRibbonPanel
  buttonVerticalTop : StiSpeedButton
StiAlignmentRibbonPanel
  buttonWordWrap : StiSpeedButton
StiAlignmentRibbonPanel
 Inheritedcaption : String
StiTabNavigatorPanel
  designer : StiDesignerFx
StiAlignmentRibbonPanel
 InheritedshowButton : Boolean
StiTabNavigatorPanel
Public Methods
 MethodDefined By
  
Constructor.
StiAlignmentRibbonPanel
 Inherited
getControlByName(name:String):Object
StiTabNavigatorPanel
  
update():void
StiAlignmentRibbonPanel
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
buttonAlignCenterproperty
public var buttonAlignCenter:StiSpeedButton

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

buttonAlignLeftproperty 
public var buttonAlignLeft:StiSpeedButton

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

buttonAlignRightproperty 
public var buttonAlignRight:StiSpeedButton

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

buttonAlignWidthproperty 
public var buttonAlignWidth:StiSpeedButton

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

buttonTextAngleproperty 
public var buttonTextAngle:StiSpeedButton

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

buttonVerticalBottomproperty 
public var buttonVerticalBottom:StiSpeedButton

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

buttonVerticalCenterproperty 
public var buttonVerticalCenter:StiSpeedButton

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

buttonVerticalTopproperty 
public var buttonVerticalTop:StiSpeedButton

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

buttonWordWrapproperty 
public var buttonWordWrap: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
StiAlignmentRibbonPanel()Constructor
public function StiAlignmentRibbonPanel()

Constructor.

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