Package org.htmlunit.cyberneko.html.dom
Interface HTMLFormControl
-
- All Known Implementing Classes:
HTMLButtonElementImpl,HTMLFieldSetElementImpl,HTMLInputElementImpl,HTMLLabelElementImpl,HTMLObjectElementImpl,HTMLSelectElementImpl,HTMLTextAreaElementImpl
public interface HTMLFormControlIdentifies control in a form, so they may be collected in a form elements collection. All form control elements implement this empty interface.- Author:
- Assaf Arkin