org.barracudamvc.contrib.dbroggisch.repopulation
Interface RepopulationElement

All Known Implementing Classes:
CheckboxFormElement, SelectFormElement, TextAreaFormElement, UploadLinkElement

public interface RepopulationElement

This interfaces must be implemented by all FormElements that are capable of beeing repopulated using the RepopulationFormMap.

Version:
1.0
Author:
Diez B. Roggisch

Method Summary
 Object render(ViewContext context)
          When the FormElements are processed, the actual rendering is delegated to the FormElement by invoking this method.
 

Method Detail

render

public Object render(ViewContext context)
When the FormElements are processed, the actual rendering is delegated to the FormElement by invoking this method.

The result is any legal object that can be returned from TemplateModel.

Parameters:
context - a ViewContext value
Returns:
an Object value


Copyright © 2004 BarracudaMVC.org All Rights Reserved.