All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----sdsu.html.SelectionList
Larry Currly Moe Dropdown menu
Must be used in a form. Item user selects in reported as ListName=valueOfSelectedItem. Where ListName is the name given to the list, and valueOfSelectedItem is the value given to the selected item, or the display string of item if no value was given.
Use static methods SelectionList.scrolling(...) and SelectionList.dropDownMenu(...) to create instances of this class.
public static SelectionList scrolling(String listName, int size)
public static SelectionList dropDownMenu(String listName)
public void append(String itemDisplay)
public void append(String itemDisplay, String value)
public void append(String itemDisplay, String value, boolean selected)
public void append(Enumeration itemsToDisplay)
public String toString()