Base interface that all views derive from.
Platform Support
| IE | Mozilla | Netscape | Opera | Safari | Chrome | 6.0+ | 1.0+ | 6.0+ | 8.0+ | 1.0+ | no |
|---|
Constructors
| Constructor | Action | IE | Mozilla | Netscape | Opera | Safari | Chrome | ||
|---|---|---|---|---|---|---|---|---|---|
|
AbstractView Constructor() : AbstractView
Base interface that all views derive from.
|
Show Details | 6.0+ | 1.0+ | 6.0+ | 8.0+ | 1.0+ | no | ||
AbstractView() : AbstractViewBase interface that all views derive from. Returns
|
|||||||||
Properties
| Property | Action | IE | Mozilla | Netscape | Opera | Safari | Chrome |
|---|---|---|---|---|---|---|---|
|
document
: DocumentView
Implements the DocumentView interface.
|
Show Details | 6.0+ | 1.0+ | 6.0+ | 8.0+ | 1.0+ | no |
|
|||||||
Functions
| Method | Action | IE | Mozilla | Netscape | Opera | Safari | Chrome | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
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 | no | ||||||||
|
Parameters
Returns
|
|||||||||||||||
Remarks
All other views derive from the AbstractView interface.
References
Availability
HTML DOM Level 2|W3C