Package ch.tocco.nice2.model.form.impl.form2.reader.handler
package ch.tocco.nice2.model.form.impl.form2.reader.handler
-
ClassDescriptionAbstractActionHandler<E extends AbstractAction>Parser, which handles the common properties, for
BaseAction
implementors.Because search forms must be handled specially (fulltext-search and different default relation data-types), there are multiple handlers for the 'layout' tag.Parser for action elements which may be inside a form, vertical-box, horizontal-box or table tag.Parser for the `column` tag.Handler for different custom field tags (like'<number-field>'
etc).FieldHandler<T extends FieldImpl>Handler for 'field' tags.The root handler for parsing forms.Handler for 'fulltext-search' tags.Adds xml handler methods which ignore all elements which are not (yet) handled by the class that implements this interface.An abstract xml handler that handles layout components.Handler for 'vertical-box', 'horizontal-box' and 'table' tags.RelationFieldHandler<T extends RelationFieldImpl>Handler for remove forms.Handler for'<report/>'
tags.Handler for 'search-filter' tags.Handler for 'vertical-box', 'horizontal-box' used in search forms.Parses 'table' tags that are used to display sub-tables inside a 'horizontal-box' or 'vertical-box'.A base handler for children of aComponentContainer
(field set or column).