| Package | Description |
|---|---|
| org.fireweb.html |
| Modifier and Type | Method and Description |
|---|---|
Form.Enctype |
Form.getEnctype()
Specifies how form-data should be encoded before sending it to a server.
|
static Form.Enctype |
Form.Enctype.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Form.Enctype[] |
Form.Enctype.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Form |
Form.setEnctype(Form.Enctype enctype)
Set "enctype" property and if element was draw call script at browser.
|