| Package | Description |
|---|---|
| org.fireweb.html |
| Modifier and Type | Method and Description |
|---|---|
Form.Method |
Form.getMethod()
Specifies how to send form-data.
|
static Form.Method |
Form.Method.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Form.Method[] |
Form.Method.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.setMethod(Form.Method method)
Set "method" property and if element was draw call script at browser.
|