PSE 2000 Group 4

jobmatch.presentation
Class CVMultiSection

jobmatch.presentation.CVSection
  |
  +--jobmatch.presentation.CVMultiSection

public abstract class CVMultiSection
extends CVSection

Provides a method to fill a table with data.

Since:
May 30 2000
Version:
$Revision: 1.3 $

Constructor Summary
CVMultiSection()
           
 
Method Summary
 void fillTable(jobmatch.presentation.HTMLElement container, CVSectionFormatter formatter, Collection data)
          formats all CVSections contained in data with the provided formater and puts the results into the container.
 
Methods inherited from class jobmatch.presentation.CVSection
fillListBox
 

Constructor Detail

CVMultiSection

public CVMultiSection()
Method Detail

fillTable

public void fillTable(jobmatch.presentation.HTMLElement container,
                      CVSectionFormatter formatter,
                      Collection data)
formats all CVSections contained in data with the provided formater and puts the results into the container.

PSE 2000 Group 4