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