Packagecom.sibirjak.jakute.framework.update
Classpublic class JCSS_UpdateManager



Public Properties
 PropertyDefined by
  STYLE_CHANGED : String = "styleRule_changed"
[static]
JCSS_UpdateManager
  STYLE_REMOVED : String = "style_removed"
[static]
JCSS_UpdateManager
  STYLE_RULE_ACTIVATED : String = "styleRule_activated"
[static]
JCSS_UpdateManager
  STYLE_RULE_ADDED : String = "styleRule_added"
[static]
JCSS_UpdateManager
  STYLE_RULE_DEACTIVATED : String = "styleRule_deactivated"
[static]
JCSS_UpdateManager
  STYLE_RULE_REMOVED : String = "styleRule_removed"
[static]
JCSS_UpdateManager
Public Methods
 MethodDefined by
  
JCSS_UpdateManager
  
commit():void
JCSS_UpdateManager
  
JCSS_UpdateManager
  
[static]
JCSS_UpdateManager
  
JCSS_UpdateManager
  
JCSS_UpdateManager
  
JCSS_UpdateManager
  
updateStyleRule(styleManager:JCSS_ComponentStyleManager, styleRule:JCSS_StyleRule, reason:String, propertyName:String = null):void
JCSS_UpdateManager
Property detail
STYLE_CHANGEDproperty
public static var STYLE_CHANGED:String = "styleRule_changed"
STYLE_REMOVEDproperty 
public static var STYLE_REMOVED:String = "style_removed"
STYLE_RULE_ACTIVATEDproperty 
public static var STYLE_RULE_ACTIVATED:String = "styleRule_activated"
STYLE_RULE_ADDEDproperty 
public static var STYLE_RULE_ADDED:String = "styleRule_added"
STYLE_RULE_DEACTIVATEDproperty 
public static var STYLE_RULE_DEACTIVATED:String = "styleRule_deactivated"
STYLE_RULE_REMOVEDproperty 
public static var STYLE_RULE_REMOVED:String = "styleRule_removed"
Constructor detail
JCSS_UpdateManager()constructor
public function JCSS_UpdateManager()
Method detail
commit()method
public function commit():void
commitBulkUpdate()method 
public function commitBulkUpdate():void
getInstance()method 
public static function getInstance():JCSS_UpdateManager

Returns
JCSS_UpdateManager
removeFromUpdates()method 
public function removeFromUpdates(styleManager:JCSS_ComponentStyleManager):voidParameters
styleManager:JCSS_ComponentStyleManager
startBulkUpdate()method 
public function startBulkUpdate():void
updateAll()method 
public function updateAll(styleManager:JCSS_ComponentStyleManager):voidParameters
styleManager:JCSS_ComponentStyleManager
updateStyleRule()method 
public function updateStyleRule(styleManager:JCSS_ComponentStyleManager, styleRule:JCSS_StyleRule, reason:String, propertyName:String = null):voidParameters
styleManager:JCSS_ComponentStyleManager
 
styleRule:JCSS_StyleRule
 
reason:String
 
propertyName:String (default = null)