| Previous | Next | Frames | No Frames |
| Summary: Field | Property | Contructor | Method | Detail: Field | Property | Contructor | Method |
Object | +--mx.styles.CSSSetStyle
Field Summary | ||
| _color: Number | ||
| static | classConstructed: Boolean | |
| static | CSSStyleDeclarationDependency | |
| invalidateStyle: Function | ||
| setColor: Function | ||
| stylecache: Object | ||
| styleName: String | ||
| actually defined on the hosting class | ||
| ||
Method Summary | ||
| _setStyle ( styleProp: String, newValue ): Void | ||
| metadata is in UIObject.as | ||
| changeColorStyleInChildren ( sheetName: String, colorStyle: String, newValue ): Void | ||
| propagate color style changes to the children | ||
| changeTextStyleInChildren ( styleProp: String ): Void | ||
| propagate text style changes to the children | ||
| static | classConstruct ( ): Boolean | |
| static | enableRunTimeCSS ( ): Void | |
| notifyStyleChangeInChildren ( sheetName: String, styleProp: String, newValue ): Void | ||
| propagate other style changes to the children | ||
| setStyle ( styleProp: String, newValue ): Void | ||
| set a style property. | ||
| ||
| var _color: Number |
| static var classConstructed: Boolean |
| static var CSSStyleDeclarationDependency |
| var invalidateStyle: Function |
| var setColor: Function |
| var stylecache: Object |
| var styleName: String |
| actually defined on the hosting class |
|
| metadata is in UIObject.as |
|
| propagate color style changes to the children |
|
| propagate text style changes to the children |
|
|
|
| propagate other style changes to the children |
|
| set a style property. Causes lots of processing so use sparingly | ||||||
|