Class DefaultValueHandler
java.lang.Object
ch.tocco.nice2.model.form.impl.form2.reader.handler.DefaultValueHandler
- All Implemented Interfaces:
IgnoreRemainingElementsHandler
-
Nested Class Summary
Nested classes/interfaces inherited from interface ch.tocco.nice2.model.form.impl.form2.reader.handler.IgnoreRemainingElementsHandler
IgnoreRemainingElementsHandler.ExtPropsHandler
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
finish()
void
setDefaultContent
(String content) void
setSetOnTemplate
(String setOnTemplate) void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ch.tocco.nice2.model.form.impl.form2.reader.handler.IgnoreRemainingElementsHandler
handleExtProps, ignore, iterator, template
-
Constructor Details
-
DefaultValueHandler
-
-
Method Details
-
setType
- Throws:
ModelBuildException
-
setSetOnTemplate
@Attribute("set-on-template") public void setSetOnTemplate(String setOnTemplate) throws ModelBuildException - Throws:
ModelBuildException
-
setDefaultContent
-
finish
- Throws:
ModelBuildException
-