Packageorg.apache.flex.core
Interfacepublic interface IStyleableObject extends IEventDispatcher, flash.events.IEventDispatcher
Implementors CSSShape, CSSSprite, StyleableCSSTextField, UIBase, UIButtonBase

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The IStyleableObject interface is the interface for objects that support style properties.



Public Properties
 PropertyDefined By
  className : String
Get the className(s) that will be used to choose class selectors in most CSS style implementations.
IStyleableObject
  id : String
[read-only] Get the id that will be used to choose id selectors in most CSS style implementations.
IStyleableObject
  style : Object
[read-only] Get the object containing styles for this object.
IStyleableObject
Property Detail
classNameproperty
className:String

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

Get the className(s) that will be used to choose class selectors in most CSS style implementations. This property is called styleName in the Flex SDK.


Implementation
    public function get className():String
    public function set className(value:String):void
idproperty 
id:String  [read-only]

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

Get the id that will be used to choose id selectors in most CSS style implementations.


Implementation
    public function get id():String
styleproperty 
style:Object  [read-only]

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

Get the object containing styles for this object.


Implementation
    public function get style():Object