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 theFormControldefined by this element.FormField.getFormControl()Returns the firstFormControlfrom this field.FormField.getFormControl(String predefinedValue) Returns the constituentFormControlwith the specified predefined value.StartTag.getFormControl()Returns theFormControldefined 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 theFormControlobjects that are enclosed by this segment.Methods in net.htmlparser.jericho with parameters of type FormControlModifier and TypeMethodDescriptionvoidOutputDocument.replace(FormControl formControl) Replaces the specifiedFormControlin this output document.Constructor parameters in net.htmlparser.jericho with type arguments of type FormControlModifierConstructorDescriptionFormFields(Collection<FormControl> formControls) Constructs a newFormFieldsobject consisting of the specified form controls.