org.w3c.dom.css
Interface CSS2Cursor

All Superinterfaces:
CSSValue

public interface CSS2Cursor
extends CSSValue

The CSS2Cursor interface represents the cursor CSS Level 2 property.

For this extension of the CSSValue interface, the valueType attribute of the underlying CSSValue interface shall be CSS_CUSTOM .

See also the Document Object Model (DOM) Level 2 Specification.

Since:
DOM Level 2

Fields inherited from interface org.w3c.dom.css.CSSValue
CSS_CUSTOM, CSS_INHERIT, CSS_PRIMITIVE_VALUE, CSS_VALUE_LIST
 
Method Summary
 java.lang.String getPredefinedCursor()
          This identifier represents a generic cursor name or an empty string.
 CSSValueList getUris()
          uris represents the list of URIs (CSS_URI ) on the cursor property.
 void setPredefinedCursor(java.lang.String predefinedCursor)
           
 
Methods inherited from interface org.w3c.dom.css.CSSValue
getCssText, getCssValueType, setCssText
 

Method Detail

getUris

public CSSValueList getUris()
uris represents the list of URIs (CSS_URI ) on the cursor property. The list can be empty.

getPredefinedCursor

public java.lang.String getPredefinedCursor()
This identifier represents a generic cursor name or an empty string.
Throws:
DOMException - SYNTAX_ERR: Raised if the specified CSS string value has a syntax error and is unparsable.
NO_MODIFICATION_ALLOWED_ERR: Raised if this declaration is readonly.

setPredefinedCursor

public void setPredefinedCursor(java.lang.String predefinedCursor)
                         throws DOMException

Source code is GPL'd at http://xmlconf.sourceforge.net.