BulkEditorIntegration deprecated?

Hello,

is the BulkEditorIntegration of the EditAction deprecated in the new API?

Hi,

BulkEditorIntegration is implemented for com.haulmont.cuba.gui.components.actions.EditAction that is used for legacy screens and still works. Since platform 7.0 the new com.haulmont.cuba.gui.actions.list.EditAction is introduced as well as com.haulmont.cuba.gui.actions.list.BulkEditAction and they do exactly what they are intended for, without transformation one into another according to some conditions. Nevertheless, you easily can implement your own EditAction. Alternatively, you can customize the execution behavior of an action, see documentation for examples.

Regards,
Gleb