PSE 2000 Group 4

jobmatch.presentation
Class CVSection

jobmatch.presentation.CVSection
Direct Known Subclasses:
CVMultiSection

public abstract class CVSection

Provides a method to fill a ListBox with descriptions.

Version:
$Revision: 1.6 $

Constructor Summary
CVSection()
           
 
Method Summary
 void fillListBox(jobmatch.presentation.HTMLOptionElement template, Collection descriptions, Description selection)
          Fills the listbox of the provided OptionElement with the descriptions in the collection.
 

Constructor Detail

CVSection

public CVSection()
Method Detail

fillListBox

public void fillListBox(jobmatch.presentation.HTMLOptionElement template,
                        Collection descriptions,
                        Description selection)
Fills the listbox of the provided OptionElement with the descriptions in the collection. Selects the entry which equals the selection argument. Removes the template from the listbox.

PSE 2000 Group 4