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 $
|
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. |
CVSection
public CVSection()
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.