Packagefeathers.skins
Interfacepublic interface IStyleProvider
Implementors AddOnFunctionStyleProvider, ConditionalStyleProvider, FunctionStyleProvider, StyleNameFunctionStyleProvider

Product Version : Feathers 2.0.0

Sets skin and style properties on a Feathers UI component.



Public Methods
 MethodDefined By
  
Applies styles to a specific Feathers UI component, unless that component has been excluded.
IStyleProvider
Method Detail
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