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.
|
|
|
|