org.barracudamvc.contrib.dbroggisch.repopulation
Class CheckboxFormElement
java.lang.Object
org.barracudamvc.core.forms.DefaultFormElement
org.barracudamvc.contrib.dbroggisch.repopulation.CheckboxFormElement
- All Implemented Interfaces:
- Comparable, FormElement, RepopulationElement
- public class CheckboxFormElement
- extends DefaultFormElement
- implements RepopulationElement
Fields inherited from class org.barracudamvc.core.forms.DefaultFormElement |
allowMultiples, defaultVal, format, key, logger, name, origVal, parent, pe, type, val, validator |
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.barracudamvc.core.forms.DefaultFormElement |
allowMultiples, compareTo, getDefaultVal, getFormat, getKey, getName, getOrigVal, getParentForm, getParseException, getType, getVal, getVal, getValidator, getVals, getVals, setAllowMultiples, setDefaultVal, setFormat, setKey, setName, setOrigVal, setParentForm, setParseException, setType, setVal, setValidator, toString |
CheckboxFormElement
public CheckboxFormElement(String name,
FormType ft)
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 © 2004 BarracudaMVC.org All Rights Reserved.