org.barracudamvc.contrib.dbroggisch.examples.model.forms
Class ParentFormMap

java.lang.Object
  extended by org.barracudamvc.core.forms.DefaultFormMap
      extended by org.barracudamvc.contrib.dbroggisch.repopulation.ErrorFormMap
          extended by org.barracudamvc.contrib.dbroggisch.repopulation.RepopulationFormMap
              extended by org.barracudamvc.contrib.dbroggisch.examples.model.forms.ParentFormMap
All Implemented Interfaces:
org.barracudamvc.core.comp.Contextual, org.barracudamvc.core.comp.model.Model, org.barracudamvc.core.comp.TemplateModel, org.barracudamvc.core.forms.FormMap, org.barracudamvc.plankton.data.StateMap

public class ParentFormMap
extends org.barracudamvc.contrib.dbroggisch.repopulation.RepopulationFormMap


Field Summary
static String CHILD_COUNT
           
static String MODEL_NAME
           
static String PARENT_NAME
           
 
Fields inherited from class org.barracudamvc.contrib.dbroggisch.repopulation.RepopulationFormMap
_modelChilds, listeners, logger, modelName, prefix, viewContext
 
Fields inherited from class org.barracudamvc.contrib.dbroggisch.repopulation.ErrorFormMap
ERROR_PREFIX
 
Fields inherited from class org.barracudamvc.core.forms.DefaultFormMap
defaultLoc, elements, formMapper, localLogger, statemap, validators, zloc
 
Constructor Summary
ParentFormMap()
           
 
Method Summary
 
Methods inherited from class org.barracudamvc.contrib.dbroggisch.repopulation.RepopulationFormMap
addModelListener, defineElement, defineElement, fireModelChanged, getChildModels, getItem, getItem, getName, getPrefix, getViewContext, processDirective, removeModelListener, setName, setPrefix, setViewContext
 
Methods inherited from class org.barracudamvc.contrib.dbroggisch.repopulation.ErrorFormMap
addErrorComponent, getErrorComponent, validate
 
Methods inherited from class org.barracudamvc.core.forms.DefaultFormMap
clearState, defineValidator, exists, getElement, getElements, getFormMapper, getLocale, getState, getStateKeys, getStateStore, getVal, getVal, getVals, getVals, map, map, mapElement, putState, removeState, setFormMapper, setLocale, setVal, validateElements, validateForm
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODEL_NAME

public static final String MODEL_NAME
See Also:
Constant Field Values

PARENT_NAME

public static final String PARENT_NAME
See Also:
Constant Field Values

CHILD_COUNT

public static final String CHILD_COUNT
See Also:
Constant Field Values
Constructor Detail

ParentFormMap

public ParentFormMap()


Copyright © 2002 BarracudaMVC Open Source Project All Rights Reserved.