Package | feathers.skins |
Interface | public interface IStyleProvider |
Implementors | AddOnFunctionStyleProvider, ConditionalStyleProvider, FunctionStyleProvider, StyleNameFunctionStyleProvider |
Product Version : | Feathers 2.0.0 |
Method | Defined By | ||
---|---|---|---|
applyStyles(target:IFeathersControl):void
Applies styles to a specific Feathers UI component, unless that
component has been excluded. | IStyleProvider |
applyStyles | () | method |
public function applyStyles(target:IFeathersControl):void
Applies styles to a specific Feathers UI component, unless that component has been excluded.
Parameters
target:IFeathersControl |
See also