Packageorg.apache.flex.core
Classpublic class BindableCSSStyles
InheritanceBindableCSSStyles Inheritance EventDispatcher Inheritance flash.events.EventDispatcher

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The BindableCSSStyles class contains CSS style properties supported by SimpleCSSValuesImpl but dispatch change events when modified



Public Properties
 PropertyDefined By
  backgroundAlpha : *
BindableCSSStyles
  backgroundColor : *
BindableCSSStyles
  backgroundImage : *
BindableCSSStyles
  borderColor : *
BindableCSSStyles
  borderRadius : *
BindableCSSStyles
  borderStyle : *
BindableCSSStyles
  borderWidth : *
BindableCSSStyles
  bottom : *
BindableCSSStyles
  color : *
BindableCSSStyles
  fontFamily : *
BindableCSSStyles
  fontSize : *
BindableCSSStyles
  fontStyle : *
BindableCSSStyles
  fontWeight : *
BindableCSSStyles
  left : *
BindableCSSStyles
  margin : *
BindableCSSStyles
  marginBottom : *
BindableCSSStyles
  marginLeft : *
BindableCSSStyles
  marginRight : *
BindableCSSStyles
  marginTop : *
BindableCSSStyles
  padding : *
BindableCSSStyles
  paddingBottom : *
BindableCSSStyles
  paddingLeft : *
BindableCSSStyles
  paddingRight : *
BindableCSSStyles
  paddingTop : *
BindableCSSStyles
  right : *
BindableCSSStyles
  styleList : Object
BindableCSSStyles
  top : *
BindableCSSStyles
  verticalAlign : *
BindableCSSStyles
Public Methods
 MethodDefined By
  
Constructor.
BindableCSSStyles
Property Detail
backgroundAlphaproperty
backgroundAlpha:*

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


Implementation
    public function get backgroundAlpha():*
    public function set backgroundAlpha(value:any):void
backgroundColorproperty 
backgroundColor:*

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


Implementation
    public function get backgroundColor():*
    public function set backgroundColor(value:any):void
backgroundImageproperty 
backgroundImage:*

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


Implementation
    public function get backgroundImage():*
    public function set backgroundImage(value:any):void
borderColorproperty 
borderColor:*

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


Implementation
    public function get borderColor():*
    public function set borderColor(value:any):void
borderRadiusproperty 
borderRadius:*

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


Implementation
    public function get borderRadius():*
    public function set borderRadius(value:any):void
borderStyleproperty 
borderStyle:*

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


Implementation
    public function get borderStyle():*
    public function set borderStyle(value:any):void
borderWidthproperty 
borderWidth:*

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


Implementation
    public function get borderWidth():*
    public function set borderWidth(value:any):void
bottomproperty 
bottom:*

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


Implementation
    public function get bottom():*
    public function set bottom(value:any):void
colorproperty 
color:*

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


Implementation
    public function get color():*
    public function set color(value:any):void
fontFamilyproperty 
fontFamily:*

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


Implementation
    public function get fontFamily():*
    public function set fontFamily(value:any):void
fontSizeproperty 
fontSize:*

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


Implementation
    public function get fontSize():*
    public function set fontSize(value:any):void
fontStyleproperty 
fontStyle:*

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


Implementation
    public function get fontStyle():*
    public function set fontStyle(value:any):void
fontWeightproperty 
fontWeight:*

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


Implementation
    public function get fontWeight():*
    public function set fontWeight(value:any):void
leftproperty 
left:*

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


Implementation
    public function get left():*
    public function set left(value:any):void
marginproperty 
margin:*

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


Implementation
    public function get margin():*
    public function set margin(value:any):void
marginBottomproperty 
marginBottom:*

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


Implementation
    public function get marginBottom():*
    public function set marginBottom(value:any):void
marginLeftproperty 
marginLeft:*

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


Implementation
    public function get marginLeft():*
    public function set marginLeft(value:any):void
marginRightproperty 
marginRight:*

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


Implementation
    public function get marginRight():*
    public function set marginRight(value:any):void
marginTopproperty 
marginTop:*

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


Implementation
    public function get marginTop():*
    public function set marginTop(value:any):void
paddingproperty 
padding:*

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


Implementation
    public function get padding():*
    public function set padding(value:any):void
paddingBottomproperty 
paddingBottom:*

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


Implementation
    public function get paddingBottom():*
    public function set paddingBottom(value:any):void
paddingLeftproperty 
paddingLeft:*

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


Implementation
    public function get paddingLeft():*
    public function set paddingLeft(value:any):void
paddingRightproperty 
paddingRight:*

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


Implementation
    public function get paddingRight():*
    public function set paddingRight(value:any):void
paddingTopproperty 
paddingTop:*

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


Implementation
    public function get paddingTop():*
    public function set paddingTop(value:any):void
rightproperty 
right:*

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


Implementation
    public function get right():*
    public function set right(value:any):void
styleListproperty 
public var styleList:Object

topproperty 
top:*

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


Implementation
    public function get top():*
    public function set top(value:any):void
verticalAlignproperty 
verticalAlign:*

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


Implementation
    public function get verticalAlign():*
    public function set verticalAlign(value:any):void
Constructor Detail
BindableCSSStyles()Constructor
public function BindableCSSStyles()

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

Constructor.