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
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