Uses of Interface
org.enhydra.barracuda.core.comp.model.Model

Packages that use Model
org.enhydra.barracuda.config   
org.enhydra.barracuda.contrib.dbroggisch.display   
org.enhydra.barracuda.contrib.dbroggisch.repopulation   
org.enhydra.barracuda.contrib.sam.models   
org.enhydra.barracuda.contrib.sam.xmlform   
org.enhydra.barracuda.core.comp   
org.enhydra.barracuda.core.comp.model   
 

Uses of Model in org.enhydra.barracuda.config
 

Classes in org.enhydra.barracuda.config that implement Model
 class TabsModel
          TabsModel - this model doesn't actually return any data, but instead processes directives to tell the template engine which tabs are actually visible.
 

Uses of Model in org.enhydra.barracuda.contrib.dbroggisch.display
 

Subinterfaces of Model in org.enhydra.barracuda.contrib.dbroggisch.display
 interface LightweightTemplateModel
          Describe interface LightweightTemplateModel here.
 

Classes in org.enhydra.barracuda.contrib.dbroggisch.display that implement Model
 class HashMapModel
           
 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 Model in org.enhydra.barracuda.contrib.dbroggisch.repopulation
 

Classes in org.enhydra.barracuda.contrib.dbroggisch.repopulation that implement Model
 class GroupFormElement.ChildModel
           
 class RepopulationFormMap
          The class RepopulationFormMap provides a convenient way to repopulate HTML form contents.
 

Uses of Model in org.enhydra.barracuda.contrib.sam.models
 

Classes in org.enhydra.barracuda.contrib.sam.models that implement Model
 class DataObjectModel
           
 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 ReflectionModel
           
 class TemplateModelDecorator
          Abstract Decorator class for using cascading models.
 

Uses of Model in org.enhydra.barracuda.contrib.sam.xmlform
 

Classes in org.enhydra.barracuda.contrib.sam.xmlform that implement Model
 class XmlFormMap
          Provide a FormMap based on a XML description
 

Uses of Model in org.enhydra.barracuda.core.comp
 

Subinterfaces of Model in org.enhydra.barracuda.core.comp
 interface ListModel
          This interface defines the methods needed to implement a ListModel.
 interface ListSelectionModel
          This interface defines the methods needed to implement a ListSelectionModel.
 interface TableModel
          This interface defines the methods needed to implement a TableModel.
 interface TemplateModel
          This interface defines the methods needed to implement a TemplateModel.
 

Classes in org.enhydra.barracuda.core.comp that implement Model
 class AbstractIterativeTemplateModel
          This class provides the abstract implementation for an Iterative Template Model.
 class AbstractListModel
          This class provides the abstract implementation for a List Model.
 class AbstractTableModel
          This class provides the abstract implementation for a Table Model.
 class AbstractTemplateModel
          This class provides the abstract implementation for a Template Model.
 class DefaultListModel
          This class provides a default implementation for List Model.
 class DefaultListSelectionModel
          Default data model implementation for list selections.
 class DefaultPropertiesModel
          This class provides a default implementation of a TemplateModel that looks up its keys in a properties file
 

Uses of Model in org.enhydra.barracuda.core.comp.model
 

Methods in org.enhydra.barracuda.core.comp.model with parameters of type Model
 void ModelListener.modelChanged(Model model)
          This high level event notification mechanism to tells listeners that something in the model changed.
 



Copyright © 2003 BarracudaMVC.org All Rights Reserved.