SimpleServlets v5.5.0

Uses of Class
com.simpleservlets.htmlobjects.HTMLForm.Input

Packages that use HTMLForm.Input
com.simpleservlets.htmlobjects HTMLObjects facilitates the Object-Oriented creation of HTML (see HTMLPage to get started). 
 

Uses of HTMLForm.Input in com.simpleservlets.htmlobjects
 

Methods in com.simpleservlets.htmlobjects that return HTMLForm.Input
 HTMLForm.Input HTMLSimpleForm.addCheckBox(String label, String name, String value, boolean checked)
           
 HTMLForm.Input HTMLSimpleForm.addHidden(String name, String value)
           
 HTMLForm.Input HTMLSimpleForm.addImage(String name, String value, String imageSrc)
           
 HTMLForm.Input HTMLSimpleForm.addPassword(String label, String name, String value, int size)
           
 HTMLForm.Input[] HTMLSimpleForm.addRadioButtons(String label, String name, String[] value, String selectedValue)
           
 HTMLForm.Input HTMLSimpleForm.addSubmit(String name, String value)
           
 HTMLForm.Input HTMLSimpleForm.addText(String label, String name, String value, int size)
           
static HTMLForm.Input HTMLForm.Input.createCheckBox(String name, String value, boolean initiallyChecked)
           
static HTMLForm.Input HTMLForm.Input.createHidden(String name, String value)
           
static HTMLForm.Input HTMLForm.Input.createImage(String name, String value, String imageSrc)
           
static HTMLForm.Input HTMLForm.Input.createPassword(String name, String value, int size)
           
static HTMLForm.Input[] HTMLForm.Input.createRadioButtons(String name, String[] value, String selectedValue)
           
static HTMLForm.Input HTMLForm.Input.createSubmit(String name, String value)
           
static HTMLForm.Input HTMLForm.Input.createText(String name, String value, int size)
           
 


SimpleServlets v5.5.0

Copyright © 2001-2007 Programix Incorporated. All rights reserved. SimpleServlets is free and is OSI Certified Open Source Software under the BSD license.