public class HtmlControlType
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
FORM_FIELD
A form field.
|
static int |
length |
static int |
STRUCTURED_DOCUMENT_TAG
A structured document tag
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String htmlControlTypeName) |
static java.lang.String |
getName(int htmlControlType) |
static int[] |
getValues() |
static java.lang.String |
toString(int htmlControlType) |