| Package | Description |
|---|---|
| com.crawljax.core.configuration |
| Modifier and Type | Method and Description |
|---|---|
FormInputField |
Form.field(String fieldName)
Specifies an input field to assign a value to.
|
FormInputField |
FormInputField.setValues(boolean... values)
Sets the values of this input field.
|
FormInputField |
FormInputField.setValues(String... values)
Sets the valus of this input field with a text input.
|
| Modifier and Type | Method and Description |
|---|---|
protected com.google.common.collect.ImmutableList<FormInputField> |
Form.getInputFields() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Form.addInputField(FormInputField inputField) |
Copyright © 2007-2013. All Rights Reserved.