Plumtree UI Infrastructure API  
 

HTMLInput Class

This class can be used to render an html input element.

Spec

This class extends HTMLGeneralInputElement. This means that objects of this class can be used to set name/value pairs within a form.

This class also implements TabableHTMLElement. This means that this class can generate a tabindex property that helps to guide the clients browser as the client tabs through form elements.

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

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

public class HTMLInput : HTMLGenericInputElement, TabableHTMLElement

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

HTMLInput Members | com.plumtree.xpshared.htmlelements Namespace