ChoiceGroup
is a group of selectable elements intended to be placed within a {@link Form}. The group may be created with a mode that requires a single choice to be made or that allows multiple choices. The implementation is responsible for providing the graphical representation of these modes and must provide visually different graphics for different modes. For example, it might use "radio buttons" for the single choice mode and "check boxes" for the multiple choice mode. Note: most of the essential methods have been specified in the {@link Choice Choice} interface.
@since MIDP 1.0
|
|