| Package | Description |
|---|---|
| com.xalys.xgl.browser.dom.html |
| Modifier and Type | Method and Description |
|---|---|
static HTMLFormElement.FormMethod |
HTMLFormElement.FormMethod.get(String method) |
HTMLFormElement.FormMethod |
HTMLFormElement.getMethod() |
HTMLFormElement.FormMethod |
HTMLInputElement.getMethod() |
static HTMLFormElement.FormMethod |
HTMLFormElement.FormMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HTMLFormElement.FormMethod[] |
HTMLFormElement.FormMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HTMLFormElement.setMethod(HTMLFormElement.FormMethod method) |
void |
HTMLInputElement.setMethod(HTMLFormElement.FormMethod method) |
Copyright © 2018 Xalys. All rights reserved.