Methods | This Package | All Packages
Represents the superclass for all user interface (UI) elements in this package.
DhStyleBase
|
+--DhElement
package com.ms.wfc.html
public class DhElement
extends DhStyleBase
Remarks
An instance of this class should be thought of as the Java representation of a specified user interface element in a Hypertext Markup Language (HTML) document. DhElement objects are never created directly. Instead, you instantiate a derivation of this class and then add the instance to the document (or a container destined for or already on the document). Alternatively, you can call the DhDocument.findElement method to locate and bind to an existing element and then cast the return value to the proper derivation.
See Also DhStyle, DhText, DhDocument, DhForm