org.enhydra.barracuda.contrib.dbroggisch.repopulation
Class TextAreaFormElement

java.lang.Object
  extended byorg.enhydra.barracuda.core.forms.DefaultFormElement
      extended byorg.enhydra.barracuda.contrib.dbroggisch.repopulation.TextAreaFormElement
All Implemented Interfaces:
FormElement, RepopulationElement

public class TextAreaFormElement
extends DefaultFormElement
implements RepopulationElement


Field Summary
 
Fields inherited from class org.enhydra.barracuda.core.forms.DefaultFormElement
allowMultiples, defaultVal, key, logger, name, origVal, pe, type, val, validator
 
Constructor Summary
TextAreaFormElement(String name, FormType ft, Object defaultVal)
           
 
Method Summary
 Object render(ViewContext context)
          When the FormElements are processed, the actual rendering is delegated to the FormElement by invoking this method.
 
Methods inherited from class org.enhydra.barracuda.core.forms.DefaultFormElement
allowMultiples, getBooleanVal, getBooleanVal, getDateVal, getDateVal, getDefaultVal, getDoubleVal, getDoubleVal, getFloatVal, getFloatVal, getIntegerVal, getIntegerVal, getKey, getLongVal, getLongVal, getName, getOrigVal, getParseException, getShortVal, getShortVal, getStringVal, getStringVal, getType, getVal, getValidator, getVals, setAllowMultiples, setDefaultVal, setKey, setName, setOrigVal, setParseException, setType, setVal, setValidator, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TextAreaFormElement

public TextAreaFormElement(String name,
                           FormType ft,
                           Object defaultVal)
Method Detail

render

public Object render(ViewContext context)
Description copied from interface: RepopulationElement
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.

Specified by:
render in interface RepopulationElement
Parameters:
context - a ViewContext value
Returns:
an Object value


Copyright © 2003 BarracudaMVC.org All Rights Reserved.