|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of TemplateModel in org.enhydra.barracuda.config |
Classes in org.enhydra.barracuda.config that implement TemplateModel | |
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. |
Fields in org.enhydra.barracuda.config declared as TemplateModel | |
TemplateModel |
MasterScreen.masterModel
|
TemplateModel |
MasterScreen.compModel
|
TemplateModel |
MasterScreen.dataModel
|
TemplateModel |
MasterScreen.domModel
|
TemplateModel |
MasterScreen.eventModel
|
TemplateModel |
MasterScreen.formsModel
|
TemplateModel |
MasterScreen.utilModel
|
TemplateModel |
MasterScreen.viewModel
|
Methods in org.enhydra.barracuda.config that return TemplateModel | |
TemplateModel |
ViewConfig.getModel()
|
TemplateModel |
UtilConfig.getModel()
|
TemplateModel |
MasterConfig.getModel()
|
TemplateModel |
FormsConfig.getModel()
|
TemplateModel |
EventConfig.getModel()
|
TemplateModel |
DomConfig.getModel()
|
TemplateModel |
DataConfig.getModel()
|
TemplateModel |
CompConfig.getModel()
|
Uses of TemplateModel in org.enhydra.barracuda.contrib.dbroggisch.display |
Subinterfaces of TemplateModel in org.enhydra.barracuda.contrib.dbroggisch.display | |
interface |
LightweightTemplateModel
Describe interface LightweightTemplateModel here. |
Classes in org.enhydra.barracuda.contrib.dbroggisch.display that implement TemplateModel | |
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 TemplateModel in org.enhydra.barracuda.contrib.dbroggisch.repopulation |
Classes in org.enhydra.barracuda.contrib.dbroggisch.repopulation that implement TemplateModel | |
class |
GroupFormElement.ChildModel
|
class |
RepopulationFormMap
The class RepopulationFormMap provides a convenient way to repopulate
HTML form contents.
|
Uses of TemplateModel in org.enhydra.barracuda.contrib.sam.models |
Classes in org.enhydra.barracuda.contrib.sam.models that implement TemplateModel | |
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. |
Fields in org.enhydra.barracuda.contrib.sam.models declared as TemplateModel | |
protected TemplateModel |
TemplateModelDecorator._templateModel
reference to the decorated model |
protected TemplateModel |
IterativeSubModel.enclosing
reference to enclosing model |
Methods in org.enhydra.barracuda.contrib.sam.models with parameters of type TemplateModel | |
Object |
MapDecorator.UserMapping.get(String s,
TemplateModel tm)
|
Constructors in org.enhydra.barracuda.contrib.sam.models with parameters of type TemplateModel | |
TemplateModelDecorator(TemplateModel tm)
|
|
MapDecorator(TemplateModel tm)
|
|
MapDecorator(TemplateModel tm,
Map mapping)
Creates a new instance of MapDecorator |
|
IterativeSubModel(String name,
String key,
TemplateModel enclosing)
initialize the model |
Uses of TemplateModel in org.enhydra.barracuda.contrib.sam.xmlform |
Classes in org.enhydra.barracuda.contrib.sam.xmlform that implement TemplateModel | |
class |
XmlFormMap
Provide a FormMap based on a XML description |
Uses of TemplateModel in org.enhydra.barracuda.core.comp |
Classes in org.enhydra.barracuda.core.comp that implement TemplateModel | |
class |
AbstractIterativeTemplateModel
This class provides the abstract implementation for an Iterative Template Model. |
class |
AbstractTemplateModel
This class provides the abstract implementation for a Template Model. |
class |
DefaultPropertiesModel
This class provides a default implementation of a TemplateModel that looks up its keys in a properties file |
Methods in org.enhydra.barracuda.core.comp that return TemplateModel | |
TemplateModel |
BTemplate.getModel(String modelName)
Get the model that backs the table |
Methods in org.enhydra.barracuda.core.comp with parameters of type TemplateModel | |
void |
BTemplate.addModel(TemplateModel imodel)
Add a model to the component. |
void |
BTemplate.removeModel(TemplateModel imodel)
Remove a model from the component. |
Constructors in org.enhydra.barracuda.core.comp with parameters of type TemplateModel | |
BTemplate(TemplateModel imodel)
Public constructor which creates the component and binds it to a specific model. |
Uses of TemplateModel in org.enhydra.barracuda.core.comp.helper |
Methods in org.enhydra.barracuda.core.comp.helper that return TemplateModel | |
abstract TemplateModel |
BTemplateGateway.getTemplateModel()
Return an instance of the template model |
Uses of TemplateModel in org.enhydra.barracuda.core.event.helper |
Methods in org.enhydra.barracuda.core.event.helper with parameters of type TemplateModel | |
void |
BlockIterator.updateModelInTemplate(TemplateModel model)
|
void |
BlockIterateHandler.updateModelInTemplate(TemplateModel model)
|
void |
AbstractBlockIterator.updateModelInTemplate(TemplateModel model)
|
Uses of TemplateModel in org.enhydra.barracuda.examples.xmlc |
Methods in org.enhydra.barracuda.examples.xmlc that return TemplateModel | |
TemplateModel |
CompEx9.getTemplateModel()
Return an instance of the template model |
TemplateModel |
CompEx8.getTemplateModel()
Return an instance of the template model |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |