Methods | Fields | This Package | All Packages

DhForm Class

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

Component
  |
  +--DhStyleBase
     |
     +--DhElement
        |
        +--DhBaseContainer
           |
           +--DhForm

package com.ms.wfc.html

public class DhForm
extends
DhBaseContainer

Remarks

This class can represent either a FORM or a DIV HTML element. Use the getAsHTTPForm method to determine the type of element. If a DhResetButton or DhSubmitButton button is added, the element automatically becomes a FORM. When the element is a FORM, both the reset and formSubmit events can be handled by adding event handlers. By default, elements that are added to this kind of container are not positioned in x-y coordinates but rather "flow" around each other.