Class CloneFormItemTask

    • Constructor Detail

      • CloneFormItemTask

        public CloneFormItemTask​(FormItem item,
                                 FormItemContainer parent,
                                 int index,
                                 Consumer<FormItem> itemAdapter,
                                 boolean changeActualType)
        Creates a new bm task.
        Parameters:
        item - the item to be cloned, cannot be null
        parent - the parent container, is should be added in the form, cannot be null
        index - the item position
        itemAdapter - form item post-processing action, cannot be null
        changeActualType - flag to change actual type of cloned form item