Package | Description |
---|---|
com.xalys.xgl.browser.dom.html |
Modifier and Type | Method and Description |
---|---|
static HTMLFormElement.FormEncoding |
HTMLFormElement.FormEncoding.get(String encoding) |
HTMLFormElement.FormEncoding |
HTMLFormElement.getEncoding() |
HTMLFormElement.FormEncoding |
HTMLFormElement.getEncType() |
HTMLFormElement.FormEncoding |
HTMLInputElement.getFormEncType() |
static HTMLFormElement.FormEncoding |
HTMLFormElement.FormEncoding.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HTMLFormElement.FormEncoding[] |
HTMLFormElement.FormEncoding.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.setEncoding(HTMLFormElement.FormEncoding encoding) |
void |
HTMLFormElement.setEncType(HTMLFormElement.FormEncoding encoding) |
void |
HTMLInputElement.setFormEncType(HTMLFormElement.FormEncoding encoding) |
Copyright © 2018 Xalys. All rights reserved.