Modifier and Type | Method and Description |
---|---|
FormControl |
StartTag.getFormControl()
Returns the
FormControl defined by this start tag. |
FormControl |
FormField.getFormControl()
Returns the first
FormControl from this field. |
FormControl |
Element.getFormControl()
Returns the
FormControl defined by this element. |
FormControl |
FormField.getFormControl(java.lang.String predefinedValue)
Returns the constituent
FormControl with the specified predefined value. |
Modifier and Type | Method and Description |
---|---|
java.util.List<FormControl> |
Segment.getFormControls()
Returns a list of the
FormControl objects that are enclosed by this segment. |
java.util.List<FormControl> |
FormFields.getFormControls()
Returns a list of all the constituent form controls from all the form fields in this collection.
|
java.util.Collection<FormControl> |
FormField.getFormControls()
Returns a collection of all the constituent form controls in this field.
|
Modifier and Type | Method and Description |
---|---|
void |
OutputDocument.replace(FormControl formControl)
Replaces the specified
FormControl in this output document. |
Constructor and Description |
---|
FormFields(java.util.Collection<FormControl> formControls)
Constructs a new
FormFields object consisting of the specified form controls. |