Table of Contents
Previous Section
WOApplet { code = "next.wo.client.controls.ChoiceApplet.class";
itemList=anArray; selectedItem=itemIndex; action=method;...};
A ChoiceApplet displays a non-editable list of items from which the user can select one item.This control looks and behaves like a pull-down list or combo box. This class is based on the java.awt.Choice class.