Packagestimulsoft.controls_old.visual.ribbonPanels
Classpublic class StiBordersRibbonPanel
InheritanceStiBordersRibbonPanel Inheritance StiTabNavigatorPanel Inheritance mx.containers.VBox
Implements mx.binding.IBindingClient



Public Properties
 PropertyDefined By
  buttonBorderAll : StiSpeedButton
StiBordersRibbonPanel
  buttonBorderBottom : StiSpeedButton
StiBordersRibbonPanel
  buttonBorderColor : StiColorButton
StiBordersRibbonPanel
  buttonBorderLeft : StiSpeedButton
StiBordersRibbonPanel
  buttonBorderNone : StiSpeedButton
StiBordersRibbonPanel
  buttonBorderRight : StiSpeedButton
StiBordersRibbonPanel
  buttonBorderShadow : StiSpeedButton
StiBordersRibbonPanel
  buttonBorderTop : StiSpeedButton
StiBordersRibbonPanel
  buttonBrushBackground : StiColorButton
StiBordersRibbonPanel
 InheritedbuttonEnabled : Boolean
StiTabNavigatorPanel
 InheritedbuttonToolTip : Object
StiTabNavigatorPanel
 Inheritedcaption : String
StiTabNavigatorPanel
  comboBorderStyle : StiBorderStyleCompoBox
StiBordersRibbonPanel
  designer : StiDesignerFx
StiBordersRibbonPanel
 InheritedshowButton : Boolean
StiTabNavigatorPanel
Public Methods
 MethodDefined By
  
Constructor.
StiBordersRibbonPanel
 Inherited
getControlByName(name:String):Object
StiTabNavigatorPanel
  
update():void
StiBordersRibbonPanel
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
buttonBorderAllproperty
public var buttonBorderAll:StiSpeedButton

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

buttonBorderBottomproperty 
public var buttonBorderBottom:StiSpeedButton

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

buttonBorderColorproperty 
public var buttonBorderColor:StiColorButton

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

buttonBorderLeftproperty 
public var buttonBorderLeft:StiSpeedButton

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

buttonBorderNoneproperty 
public var buttonBorderNone:StiSpeedButton

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

buttonBorderRightproperty 
public var buttonBorderRight:StiSpeedButton

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

buttonBorderShadowproperty 
public var buttonBorderShadow:StiSpeedButton

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

buttonBorderTopproperty 
public var buttonBorderTop:StiSpeedButton

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

buttonBrushBackgroundproperty 
public var buttonBrushBackground:StiColorButton

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

comboBorderStyleproperty 
public var comboBorderStyle:StiBorderStyleCompoBox

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

Constructor.

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