Uses of Enum Class
net.htmlparser.jericho.FormControlOutputStyle
Packages that use FormControlOutputStyle
-
Uses of FormControlOutputStyle in net.htmlparser.jericho
Methods in net.htmlparser.jericho that return FormControlOutputStyleModifier and TypeMethodDescriptionFormControl.getOutputStyle()
Returns the current output style of this form control.static FormControlOutputStyle
Returns the enum constant of this class with the specified name.static FormControlOutputStyle[]
FormControlOutputStyle.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.htmlparser.jericho with parameters of type FormControlOutputStyleModifier and TypeMethodDescriptionvoid
FormControl.setOutputStyle
(FormControlOutputStyle outputStyle) Sets the output style of this form control.