Base interface that all views derive from.
Platform Support
| IE | Mozilla | Netscape | Opera | Safari | 6.0+ | 1.0+ | 6.0+ | 8.0+ | 1.0+ |
|---|
Constructors
| Constructor | Action | IE | Mozilla | Netscape | Opera | Safari | ||
|---|---|---|---|---|---|---|---|---|
|
AbstractView Constructor() : AbstractView
Base interface that all views derive from.
|
Show Details | 6.0+ | 1.0+ | 6.0+ | 8.0+ | 1.0+ | ||
AbstractView() : AbstractViewBase interface that all views derive from. Returns
|
||||||||
Properties
| Property | Action | IE | Mozilla | Netscape | Opera | Safari |
|---|---|---|---|---|---|---|
|
document
: DocumentView
Implements the DocumentView interface.
|
Show Details | 6.0+ | 1.0+ | 6.0+ | 8.0+ | 1.0+ |
|
||||||
Functions
| Method | Action | IE | Mozilla | Netscape | Opera | Safari | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
static getComputedStyle(Element elt, String pseudoElt) : CSSStyleDeclaration
Computes style information and returns the CSSStyleDeclaration for the specified document Element.
|
Show Details | no | 1.0+ | 6.0+ | 8.0+ | no | ||||||||
|
Parameters
Returns
|
||||||||||||||
Remarks
All other views derive from the AbstractView interface.
References
Availability
HTML DOM Level 2|W3C
