Uses of Enum Class
net.htmlparser.jericho.FormControlOutputStyle
Packages that use FormControlOutputStyle
-
Uses of FormControlOutputStyle in net.htmlparser.jericho
Subclasses with type arguments of type FormControlOutputStyle in net.htmlparser.jerichoModifier and TypeClassDescriptionenumAn enumerated type representing the three major output styles of a form control's output element.Methods in net.htmlparser.jericho that return FormControlOutputStyleModifier and TypeMethodDescriptionFormControl.getOutputStyle()Returns the current output style of this form control.static FormControlOutputStyleReturns 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 TypeMethodDescriptionvoidFormControl.setOutputStyle(FormControlOutputStyle outputStyle) Sets the output style of this form control.