Packagestimulsoft.controls_old.visual.ribbonPanels
Classpublic class StiArrangeRibbonPanel
InheritanceStiArrangeRibbonPanel Inheritance StiTabNavigatorPanel Inheritance mx.containers.VBox
Implements mx.binding.IBindingClient



Public Properties
 PropertyDefined By
  buttonAlignToGrid : StiButton
StiArrangeRibbonPanel
  buttonBringToFront : StiButton
StiArrangeRibbonPanel
  buttonComponentAlign : StiButton
StiArrangeRibbonPanel
  buttonComponentSize : StiButton
StiArrangeRibbonPanel
 InheritedbuttonEnabled : Boolean
StiTabNavigatorPanel
  buttonLink : StiButton
StiArrangeRibbonPanel
  buttonLock : StiButton
StiArrangeRibbonPanel
  buttonMoveBackward : StiButton
StiArrangeRibbonPanel
  buttonMoveForward : StiButton
StiArrangeRibbonPanel
  buttonSendToBack : StiButton
StiArrangeRibbonPanel
 InheritedbuttonToolTip : Object
StiTabNavigatorPanel
 Inheritedcaption : String
StiTabNavigatorPanel
  designer : StiDesignerFx
StiArrangeRibbonPanel
 InheritedshowButton : Boolean
StiTabNavigatorPanel
Public Methods
 MethodDefined By
  
Constructor.
StiArrangeRibbonPanel
 Inherited
getControlByName(name:String):Object
StiTabNavigatorPanel
  
update():void
StiArrangeRibbonPanel
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
buttonAlignToGridproperty
public var buttonAlignToGrid:StiButton

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

buttonBringToFrontproperty 
public var buttonBringToFront:StiButton

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

buttonComponentAlignproperty 
public var buttonComponentAlign:StiButton

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

buttonComponentSizeproperty 
public var buttonComponentSize:StiButton

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

buttonLinkproperty 
public var buttonLink:StiButton

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

buttonLockproperty 
public var buttonLock:StiButton

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

buttonMoveBackwardproperty 
public var buttonMoveBackward:StiButton

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

buttonMoveForwardproperty 
public var buttonMoveForward:StiButton

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

buttonSendToBackproperty 
public var buttonSendToBack:StiButton

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

Constructor.

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