All Packages

Package com.ms.wfc.html

Provides access to the Dynamic HTML object model from Java classes. This includes both client and server applications.

Classes

DhAlignment

Defines alignment constants.

DhBaseContainer

Represents the base class for all container elements.

DhBorderInfo

Provides structured information about an element's border styles.

DhBorders

Defines constants for border sides.

DhBorderStyle

Defines constants for border styles.

DhBreak

Implements an HTML line break element.

DhBrowser

Enables access to Internet Explorer browser functionality.

DhBulletedList

Implements ordered and unordered bulleted and numbered lists in HTML.

DhButton

Implements an HTML push button control.

DhCantAddElementException

Signals that a request for a named element failed because an element with that name does not exist.

DhCantModifyElementException

Signals that an attempt has been made to modify a read-only element, such as one that has been sent from a server to a client.

DhCell

Creates a table cell.

DhCheckBox

Implements an intrinsic HTML check box control with a text label.

DhComboBox

Implements an HTML drop-down combo box control.

DhComponentWrapper

Wraps a WFC control so that it is accessible from the HTML document.

DhCursor

Defines constants for controlling an element's cursor style.

DhDialogInfo

Represents an information class for dialog boxes.

DhDocument

Represents an HTML document.

DhEdit

Implements an HTML edit box control.

DhElement

Represents the superclass for all user interface elements in this package.

DhElementExistsInDocumentException

Signals that a specified element has already been added to the document.

DhElementNotFoundException

Signals that a request for a specified element failed because an element with that name does not exist.

DhEnumeration

Represents a collection of elements in the HTML document.

DhEventInfo

Carries event information from the event source to the event sink.

DhForm

Represents an element container that uses traditional HTML one-dimensional flow layout.

DhHorizontalRule

Represents an HTML horizontal rule element, which creates a horizontal divider bar on the page.

DhHotSpot

Implements an object that represents a hotspot in an image map.

DhHotSpotShapes

Provides constants for DhHotSpot shapes.

DhHTMLGenerator

Represents a base class for HTML generation.

DhHyperlink

Creates a jump in the document to a bookmark or element in the current document or to a different document.

DhImage

Implements an image object that displays a bitmap file in the document.

DhInlineFrame

Represents an inline frame element.

DhInsertOptions

Provides constants for inserting DhElement items into container items.

DhJumpPoint

Represents a bookmark within a document.

DhLinkTarget

Provides constants for setting the document's target window.

DhListBox

Implements an HTML list box control.

DhListType

Provides constants and support for list types in a DhBulletedList control.

DhMargins

Provides constant definitions for margin style manipulation.

DhMarginWidthInfo

Provides structured information about an element's margin settings.

DhModule

Provides siting services for the com.ms.wfc.html package.

DhObjectFactory

Creates an object from an existing ActiveX/COM or Java object and adds it to the document.

DhPaddings

Provides constant definitions for padding style manipulation.

DhPaddingWidthInfo

Provides information about an element's padding width settings.

DhPropertyBag

Retrieves attribute values in the module's PARAM tags.

DhRadioButton

Implements an intrinsic HTML radio button control with a text label.

DhRawHTML

Enables output of arbitrary raw HTML to the document.

DhResetButton

Implements a reset button control for HTTP form submission.

DhRow

Implements a row in a DhTable table.

DhScrollBars

Defines constants for scroll bars.

DhSelectBox

Represents the base class for the DhComboBox and DhListBox controls.

DhStyle

Represents a collection of properties that can be freely applied to any element. 

DhStyleBase

Provides the superclass for classes that support styles, such as DhStyle and DhElement objects.

DhSubmitButton

Implements a submit button control for HTTP formsubmission.

DhTable

Creates a table element that can be populated with rows and columns.

DhText

Represents static text in an HTML document.

DhTextMode

Defines mode constants for the DhText class.

DhUnits

Provides constants for various unit types in DHTML.

DhWindow

Encapsulates an HTML window.

DhWindowInfo

Provides constants for setting features for a new browser or modal dialog window.