|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CSSValue
The CSSValue interface represents a simple or a complex
value. A CSSValue object only occurs in a context of a CSS
property.
See also the Document Object Model (DOM) Level 2 Style Specification.
| Field Summary | ||
|---|---|---|
static short |
CSS_CUSTOM
The value is a custom value. |
|
static short |
CSS_INHERIT
The value is inherited and the cssText contains "inherit". |
|
static short |
CSS_PRIMITIVE_VALUE
The value is a primitive value and an instance of the CSSPrimitiveValue interface can be obtained by using
binding-specific casting methods on this instance of the
CSSValue interface. |
|
static short |
CSS_VALUE_LIST
The value is a CSSValue list and an instance of the
CSSValueList interface can be obtained by using
binding-specific casting methods on this instance of the
CSSValue interface. |
|
| Method Summary | ||
|---|---|---|
String |
getCssText()
A string representation of the current value. |
|
short |
getCssValueType()
A code defining the type of the value as defined above. |
|
void |
setCssText(String cssText)
|
|
| Field Detail |
|---|
static final short CSS_INHERIT
cssText contains "inherit".
static final short CSS_PRIMITIVE_VALUE
CSSPrimitiveValue interface can be obtained by using
binding-specific casting methods on this instance of the
CSSValue interface.
static final short CSS_VALUE_LIST
CSSValue list and an instance of the
CSSValueList interface can be obtained by using
binding-specific casting methods on this instance of the
CSSValue interface.
static final short CSS_CUSTOM
| Method Detail |
|---|
String getCssText()
DOMException - SYNTAX_ERR: Raised if the specified CSS string value has a syntax
error (according to the attached property) or is unparsable.
void setCssText(String cssText)
throws DOMException
DOMExceptionshort getCssValueType()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright 1999-2011 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Java is a trademark of Oracle America Inc. in the US and other countries.
Legal