Plumtree UI Infrastructure API  
 

HTMLGenericInputElement Class

Classes that implement objects that can be used to obtain Strings that will render HTML elements that can be used to send name/value pairs in an HTTP request to a server may extend this abstract class.

This class implements some functionality common to all such html elements.

For a list of all members of this type, see HTMLGenericInputElement Members.

System.Object
   com.plumtree.xpshared.htmlelements.HTMLElement
      com.plumtree.xpshared.htmlelements.HTMLGenericInputElement
         com.plumtree.xpshared.htmlelements.HTMLInput
         com.plumtree.xpshared.htmlelements.HTMLSelect
         com.plumtree.xpshared.htmlelements.HTMLTextArea

public abstract class HTMLGenericInputElement : HTMLElement

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: com.plumtree.xpshared.htmlelements

Assembly: uiinfrastructure (in uiinfrastructure.dll)

See Also

HTMLGenericInputElement Members | com.plumtree.xpshared.htmlelements Namespace