Package ch.tocco.nice2.model.form.api
Interface TemplateModel
- All Known Implementing Classes:
TemplateModelImpl
Deprecated.
Get the template-model which has been created by the configuration-reading process.
All the returned templates are a read-only-implentation. If you want to change a template, just call
If you're interested in forms, look em up in the sperate
Component.createCopy()
and change the copy!
If you're interested in forms, look em up in the sperate
FormModel
-
Method Summary
Modifier and TypeMethodDescriptiongetTemplate
(String name) Deprecated.Deprecated.void
onReload()
Deprecated.
-
Method Details
-
getTemplate
Deprecated. -
getTemplates
Collection<Template> getTemplates()Deprecated. -
onReload
void onReload()Deprecated.
-