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

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

public class GroupFormElement
extends SelectFormElement
implements ChildModelElement


Nested Class Summary
 class GroupFormElement.ChildModel
           
 
Field Summary
 String KEY
           
 String VALUE
           
 
Fields inherited from class org.enhydra.barracuda.core.forms.DefaultFormElement
allowMultiples, defaultVal, key, name, origVal, pe, type, val, validator
 
Constructor Summary
GroupFormElement(ListModel lm, String ikey, FormType itype, Object idefaultVal, FormValidator ivalidator, boolean iallowMultiples)
           
 
Method Summary
 IterativeModel getChildModel(String parentName, String prefix)
           
 
Methods inherited from class org.enhydra.barracuda.contrib.dbroggisch.repopulation.SelectFormElement
calcListSelectionModel, calcSelectionMode, calcSelectionMode, getListModel, getListSelectionModel, render, setListModel, setListSelectionModel
 
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
 

Field Detail

KEY

public String KEY

VALUE

public String VALUE
Constructor Detail

GroupFormElement

public GroupFormElement(ListModel lm,
                        String ikey,
                        FormType itype,
                        Object idefaultVal,
                        FormValidator ivalidator,
                        boolean iallowMultiples)
Method Detail

getChildModel

public IterativeModel getChildModel(String parentName,
                                    String prefix)
Specified by:
getChildModel in interface ChildModelElement


Copyright © 2003 BarracudaMVC.org All Rights Reserved.