Package | feathers.skins |
Interface | public interface IStyleProvider |
Implementors | AddOnFunctionStyleProvider, FunctionStyleProvider, StyleNameFunctionStyleProvider |
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