Package | Description |
---|---|
org.fireweb.html |
Modifier and Type | Method and Description |
---|---|
Form |
Form.setAccept(java.lang.String accept)
Set "accept" property and if element was draw call script at browser.
|
Form |
Form.setAcceptCharset(java.lang.String acceptCharset)
Set "acceptCharset" property and if element was draw call script at
browser.
|
Form |
Form.setAction(java.lang.String action)
Set "action" property and if element was draw call script at browser.
|
Form |
Form.setEnctype(Form.Enctype enctype)
Set "enctype" property and if element was draw call script at browser.
|
Form |
Form.setMethod(Form.Method method)
Set "method" property and if element was draw call script at browser.
|
Form |
Form.submit()
Submit the form.
|