Package elemental2.dom
Class CSSValueList
- java.lang.Object
-
- elemental2.dom.CSSValue
-
- elemental2.dom.CSSValueList
-
-
Field Summary
Fields Modifier and Type Field Description int
length
-
Fields inherited from class elemental2.dom.CSSValue
CSS_CUSTOM, CSS_INHERIT, CSS_PRIMITIVE_VALUE, CSS_VALUE_LIST, cssText, cssValueType
-
-
Constructor Summary
Constructors Constructor Description CSSValueList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CSSValue
item(int index)
-
-
-
Method Detail
-
item
public CSSValue item(int index)
-
-