Class WrappedComponentHandler

java.lang.Object
ch.tocco.nice2.model.form.impl.form2.reader.handler.WrappedComponentHandler
All Implemented Interfaces:
IgnoreRemainingElementsHandler
Direct Known Subclasses:
DescriptionHandler, DisplayHandler, FieldHandler, SearchFilterHandler, TermsComponentHandler

public abstract class WrappedComponentHandler extends Object implements IgnoreRemainingElementsHandler
A base handler for children of a ComponentContainer (field set or column). This handler is used to map some the xml attributes to the container component (for example 'display-type' might be mapped on the column or field, but will also be mapped to the column). All attributes are collected and then applied to the container when the element has been parsed completely.