java.lang.Object
ch.tocco.nice2.model.form.impl.form2.reader.handler.util.ComponentInserter

public class ComponentInserter extends Object
Utility class which inserts an AbstractComponent into an AbstractCompositeComponent. Per default, new components are added at the end of the list. It is possible to specify a position in the form. * The following positions are supported: - top - bottom (default) - before:id - after:id