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

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.ExampleFormMap
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 ExampleFormMap
extends org.barracudamvc.contrib.dbroggisch.repopulation.RepopulationFormMap


Nested Class Summary
static class ExampleFormMap.TestList
           
 
Field Summary
static String CHECKBOX
           
static String GROUP
           
static String MODEL_NAME
           
static String SELECT
           
static String SIMPLECHECKBOX
           
static String TEXTAREA
           
 
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
ExampleFormMap()
           
 
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

GROUP

public static final String GROUP
See Also:
Constant Field Values

CHECKBOX

public static final String CHECKBOX
See Also:
Constant Field Values

SELECT

public static final String SELECT
See Also:
Constant Field Values

TEXTAREA

public static final String TEXTAREA
See Also:
Constant Field Values

SIMPLECHECKBOX

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

ExampleFormMap

public ExampleFormMap()


Copyright © 2002 BarracudaMVC Open Source Project All Rights Reserved.