public class Form extends Object
| Constructor and Description |
|---|
Form(String name,
String id,
String action,
List<Input> inputs) |
| Modifier and Type | Method and Description |
|---|---|
void |
addInput(Input input) |
String |
getAction() |
String |
getId() |
List<Input> |
getInputs() |
String |
getName() |
void |
setAction(String action) |
void |
setId(String id) |
void |
setInputs(List<Input> inputs) |
void |
setName(String name) |
"Copyright © 2010 - 2017 Adobe Systems Incorporated. All Rights Reserved"