Uses of Interface
org.barracudamvc.core.comp.IterativeModel

Packages that use IterativeModel
org.barracudamvc.contrib.dbroggisch.display   
org.barracudamvc.contrib.dbroggisch.repopulation   
org.barracudamvc.contrib.sam.models   
org.barracudamvc.core.comp   
org.barracudamvc.examples.xmlc   
 

Uses of IterativeModel in org.barracudamvc.contrib.dbroggisch.display
 

Classes in org.barracudamvc.contrib.dbroggisch.display that implement IterativeModel
 class IterativeCollectionModel
          Support class to build IterativeModels Use this class to build IterativeModels bassed on arbitrary Collections.
 class IterativeListModel
          Support class to build IterativeModels Use this class to build IterativeModels bassed on arbitrary Lists.
 

Uses of IterativeModel in org.barracudamvc.contrib.dbroggisch.repopulation
 

Classes in org.barracudamvc.contrib.dbroggisch.repopulation that implement IterativeModel
 class GroupFormElement.ChildModel
           
 

Methods in org.barracudamvc.contrib.dbroggisch.repopulation that return IterativeModel
 IterativeModel GroupFormElement.getChildModel(String parentName, String prefix)
           
 IterativeModel ChildModelElement.getChildModel(String parentName, String prefix)
           
 

Uses of IterativeModel in org.barracudamvc.contrib.sam.models
 

Classes in org.barracudamvc.contrib.sam.models that implement IterativeModel
 class ErrorModel
          ErrorModel is a special Model for displaying form validation errors.
 class IterativeMapModel
          iterates over a Map, uses the special keys "Key" and "Value" for returning key-value-pairs
 class IterativeResultSetModel
          A specific ListModel implementation for java.sql.ResultSets.
 class IterativeSubModel
          Assume a "supermodel" containing a List of Lists (a 2 dimensional structure).
 class IteratorModel
          iterates over a Map, uses the special keys "Key" and "Value" for returning key-value-pairs
 class MapDecorator
          MapDecorator is a Decorator class using the well known decorator pattern.
 class TemplateModelDecorator
          Abstract Decorator class for using cascading models.
 

Uses of IterativeModel in org.barracudamvc.core.comp
 

Classes in org.barracudamvc.core.comp that implement IterativeModel
 class AbstractIterativeTemplateModel
          This class provides the abstract implementation for an Iterative Template Model.
 

Uses of IterativeModel in org.barracudamvc.examples.xmlc
 

Methods in org.barracudamvc.examples.xmlc that return IterativeModel
 IterativeModel CompEx10.getLocalModel()
           
 



Copyright © 2006 BarracudaMVC.org All Rights Reserved.