Uses of Class
net.htmlparser.jericho.FormControlOutputStyle
-
Packages that use FormControlOutputStyle Package Description net.htmlparser.jericho Jericho HTML Parser 3.3 -
-
Uses of FormControlOutputStyle in net.htmlparser.jericho
Methods in net.htmlparser.jericho that return FormControlOutputStyle Modifier and Type Method Description FormControlOutputStyle
FormControl. getOutputStyle()
Returns the current output style of this form control.static FormControlOutputStyle
FormControlOutputStyle. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FormControlOutputStyle[]
FormControlOutputStyle. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.htmlparser.jericho with parameters of type FormControlOutputStyle Modifier and Type Method Description void
FormControl. setOutputStyle(FormControlOutputStyle outputStyle)
Sets the output style of this form control.
-