Uses of Class
net.htmlparser.jericho.FormControl
Packages that use FormControl
-
Uses of FormControl in net.htmlparser.jericho
Methods in net.htmlparser.jericho that return FormControlModifier and TypeMethodDescriptionElement.getFormControl()
Returns theFormControl
defined by this element.FormField.getFormControl()
Returns the firstFormControl
from this field.FormField.getFormControl
(String predefinedValue) Returns the constituentFormControl
with the specified predefined value.StartTag.getFormControl()
Returns theFormControl
defined by this start tag.Methods in net.htmlparser.jericho that return types with arguments of type FormControlModifier and TypeMethodDescriptionFormField.getFormControls()
Returns a collection of all the constituent form controls in this field.Segment.getFormControls()
Returns a list of theFormControl
objects that are enclosed by this segment.Methods in net.htmlparser.jericho with parameters of type FormControlModifier and TypeMethodDescriptionvoid
OutputDocument.replace
(FormControl formControl) Replaces the specifiedFormControl
in this output document.Constructor parameters in net.htmlparser.jericho with type arguments of type FormControlModifierConstructorDescriptionFormFields
(Collection<FormControl> formControls) Constructs a newFormFields
object consisting of the specified form controls.