| Property | Defined by | ||
|---|---|---|---|
| depth : uint | JCSS_UpdateInfo | ||
| styleRules : Dictionary | JCSS_UpdateInfo | ||
| updateAll : Boolean | JCSS_UpdateInfo | ||
| Method | Defined by | ||
|---|---|---|---|
|
JCSS_UpdateInfo(theDepth:uint)
| JCSS_UpdateInfo | ||
|
updateStyleRule(styleRule:JCSS_StyleRule, reason:String, propertyName:String):void
| JCSS_UpdateInfo | ||
| depth | property |
public var depth:uint
| styleRules | property |
public var styleRules:Dictionary
| updateAll | property |
public var updateAll:Boolean
| JCSS_UpdateInfo | () | constructor |
public function JCSS_UpdateInfo(theDepth:uint)Parameters
theDepth:uint |
| updateStyleRule | () | method |
public function updateStyleRule(styleRule:JCSS_StyleRule, reason:String, propertyName:String):voidParameters
styleRule:JCSS_StyleRule |
|
reason:String |
|
propertyName:String |