Form

constructor(    componentId: String? = null,     type: ComponentType = ComponentType.FORM,     name: String? = null,     enabled: Boolean = true,     i18n: String? = null,     sections: List<AbstractComponent.Section>? = null,     buttons: List<AbstractComponent.Button>? = null,     submitOnChange: Boolean = false,     isRealTime: Boolean = false)