Uses of Class
net.htmlparser.jericho.FormControl

Uses of FormControl in net.htmlparser.jericho
 

Methods in net.htmlparser.jericho that return FormControl
 FormControl StartTag.getFormControl()
          Returns the FormControl defined by this start tag.
 FormControl Element.getFormControl()
          Returns the FormControl defined by this element.
 FormControl FormField.getFormControl()
          Returns the first FormControl from this field.
 FormControl FormField.getFormControl(String predefinedValue)
          Returns the constituent FormControl with the specified predefined value.
 

Methods in net.htmlparser.jericho that return types with arguments of type FormControl
 List<FormControl> Segment.getFormControls()
          Returns a list of the FormControl objects that are enclosed by this segment.
 Collection<FormControl> FormField.getFormControls()
          Returns a collection of all the constituent form controls in this field.
 

Methods in net.htmlparser.jericho with parameters of type FormControl
 void OutputDocument.replace(FormControl formControl)
          Replaces the specified FormControl in this output document.
 

Constructor parameters in net.htmlparser.jericho with type arguments of type FormControl
FormFields(Collection<FormControl> formControls)
          Constructs a new FormFields object consisting of the specified form controls.