How do you get a list of all styles that a component supports? var buttonStyles:Array = getStyles(buttonComponent); var containerStyles:Array = getStyles(borderContainer);
The follow up question to this is there a recommended api to get the computed style for that component instance? JP

