Plumtree UI Infrastructure API  
 

HTMLSelect Class

This class can be used to obtain a String describing an HTML SELECT element.

Spec

This class extends HTMLGeneralInputElement. This means that objects of this class can be used to set name/value pairs within an HTML 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 HTMLSelect Members.

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

public class HTMLSelect : 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

HTMLSelect Members | com.plumtree.xpshared.htmlelements Namespace