Uses of Class
net.htmlparser.jericho.FormControlOutputStyle

Uses of FormControlOutputStyle in net.htmlparser.jericho
 

Methods in net.htmlparser.jericho that return FormControlOutputStyle
 FormControlOutputStyle FormControl.getOutputStyle()
          Returns the current output style of this form control.
static FormControlOutputStyle FormControlOutputStyle.valueOf(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
 void FormControl.setOutputStyle(FormControlOutputStyle outputStyle)
          Sets the output style of this form control.