|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.enhydra.barracuda.core.forms.DefaultFormElement
org.enhydra.barracuda.contrib.dbroggisch.repopulation.TextAreaFormElement
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 |
public TextAreaFormElement(String name, FormType ft, Object defaultVal)
Method Detail |
public Object render(ViewContext context)
RepopulationElement
The result is any legal object that can be returned from
TemplateModel
.
render
in interface RepopulationElement
context
- a ViewContext
value
Object
value
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |