org.barracudamvc.contrib.dbroggisch.repopulation
Class GroupFormElement
java.lang.Object
org.barracudamvc.core.forms.DefaultFormElement
org.barracudamvc.contrib.dbroggisch.repopulation.SelectFormElement
org.barracudamvc.contrib.dbroggisch.repopulation.GroupFormElement
- All Implemented Interfaces:
- ChildModelElement, Comparable, FormElement, RepopulationElement
- public class GroupFormElement
- extends SelectFormElement
- implements ChildModelElement
Fields inherited from class org.barracudamvc.core.forms.DefaultFormElement |
allowMultiples, defaultVal, format, key, name, origVal, parent, pe, type, val, validator |
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 |
KEY
public String KEY
VALUE
public String VALUE
GroupFormElement
public GroupFormElement(ListModel lm,
String ikey,
FormType itype,
Object idefaultVal,
FormValidator ivalidator,
boolean iallowMultiples)
getChildModel
public IterativeModel getChildModel(String parentName,
String prefix)
- Specified by:
getChildModel
in interface ChildModelElement
Copyright © 2004 BarracudaMVC.org All Rights Reserved.