| Package | lunas |
| Interface | public interface Style extends flash.events.IEventDispatcher, ValueObject, Identifiable |
| Implementors | CoreStyle |
| Property | Defined By | ||
|---|---|---|---|
![]() | id : *
Indicates the id value of this object. | Identifiable | |
| styleSheet : StyleSheet
Indicates the style sheet reference of this object. | Style | ||
| Method | Defined By | ||
|---|---|---|---|
getStyle(prop:String):*
Returns the value of the specified property if it's exist in the object, else returns null. | Style | ||
initialize():void
Invoked in the constructor of the IStyle instance. | Style | ||
setStyle(... args):void
Sets the properties of this IStyle object. | Style | ||
update():void
Updates the IStyle object. | Style | ||
| styleSheet | property |
styleSheet:StyleSheetIndicates the style sheet reference of this object.
public function get styleSheet():StyleSheet public function set styleSheet(value:StyleSheet):void| getStyle | () | method |
public function getStyle(prop:String):*Returns the value of the specified property if it's exist in the object, else returns null.
Parameters
prop:String |
* — the value of the specified property if it's exist in the object or null.
|
| initialize | () | method |
public function initialize():void
Invoked in the constructor of the IStyle instance.
| setStyle | () | method |
public function setStyle(... args):void
Sets the properties of this IStyle object.
Parameters
... args |
| update | () | method |
public function update():void
Updates the IStyle object.