SimpleServlets v5.5.0

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

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

Uses of HTMLForm.Select in com.simpleservlets.htmlobjects
 

Methods in com.simpleservlets.htmlobjects that return HTMLForm.Select
 HTMLForm.Select HTMLSimpleForm.addSelect(String label, String name, int visibleSize, boolean allowMultipleSelections, String[] value, String selectedValue, String firstLine)
           
 HTMLForm.Select HTMLSimpleForm.addSelect(String label, String name, String[] value)
           
 HTMLForm.Select HTMLSimpleForm.addSelect(String label, String name, String[] value, String selectedValue, String firstLine)
           
static HTMLForm.Select HTMLForm.Select.create(String name, int visibleSize, boolean allowMultipleSelections, String[] value, String selectedValue, String firstLine)
           
static HTMLForm.Select HTMLForm.Select.create(String name, String[] value)
           
static HTMLForm.Select HTMLForm.Select.create(String name, String[] value, String selectedValue, String firstLine)
           
 


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.