| Package | de.mightypirates.asul |
| Class | public class AsulStyleAdapter |
| Implements | IStyleAdapter |
| Property | Defined by | ||
|---|---|---|---|
| instance : IStyleAdapter
[static][read-only]
| AsulStyleAdapter | ||
| Method | Defined by | ||
|---|---|---|---|
|
classes(object:Object):Vector
Classes applied to the element.
| AsulStyleAdapter | ||
|
elementName(object:Object):String
Tag name of the element.
| AsulStyleAdapter | ||
|
getProperty(object:Object, key:String):String
Get a single property set for the object.
| AsulStyleAdapter | ||
|
id(object:Object):String
ID of the element.
| AsulStyleAdapter | ||
|
nextSibling(object:Object):Object
Next sibling node.
| AsulStyleAdapter | ||
|
numSiblings(object:Object):int
Total number of siblings.
| AsulStyleAdapter | ||
|
parentNode(object:Object):Object
The parent node this one resides in.
| AsulStyleAdapter | ||
|
previousSibling(object:Object):Object
Previous sibling node.
| AsulStyleAdapter | ||
|
supports(object:Object):Boolean
Whether the adapter supports objects of the given type or not.
| AsulStyleAdapter | ||
| instance | property |
instance:IStyleAdapter [read-only]Implementation
public static function get instance():IStyleAdapter
| classes | () | method |
public function classes(object:Object):VectorClasses applied to the element.
Parametersobject:Object |
Vector |
| elementName | () | method |
public function elementName(object:Object):StringTag name of the element.
Parametersobject:Object |
String |
| getProperty | () | method |
public function getProperty(object:Object, key:String):String
Get a single property set for the object. Returns null if
the property is not set.
object:Object |
|
key:String |
String |
| id | () | method |
public function id(object:Object):StringID of the element.
Parametersobject:Object |
String |
| nextSibling | () | method |
public function nextSibling(object:Object):ObjectNext sibling node.
Parametersobject:Object |
Object |
| numSiblings | () | method |
public function numSiblings(object:Object):intTotal number of siblings.
Parametersobject:Object |
int |
| parentNode | () | method |
public function parentNode(object:Object):ObjectThe parent node this one resides in.
Parametersobject:Object |
Object |
| previousSibling | () | method |
public function previousSibling(object:Object):ObjectPrevious sibling node.
Parametersobject:Object |
Object |
| supports | () | method |
public function supports(object:Object):BooleanWhether the adapter supports objects of the given type or not.
Parametersobject:Object |
Boolean |