Contents
-
Terminally Deprecated Elements
Pre v25.0, this method returned either the editor overlay,
when the editor was displayed as a dialog, or the Crud
itself, when the editor was displayed inline. Since v25.0,
the overlay is not accessible as a separate element anymore,
and, regardless whether the editor is displayed as a dialog
or inline, all editor-related controls can be queried through
the Crud element itself. To specifically access the editor
fields, use
getForm() instead. To access the editor
buttons, use
getEditorSaveButton(),
getEditorCancelButton(), and
getEditorDeleteButton().
-
Deprecated Methods
Pre v25.0, this method returned either the editor overlay,
when the editor was displayed as a dialog, or the Crud
itself, when the editor was displayed inline. Since v25.0,
the overlay is not accessible as a separate element anymore,
and, regardless whether the editor is displayed as a dialog
or inline, all editor-related controls can be queried through
the Crud element itself. To specifically access the editor
fields, use
getForm() instead. To access the editor
buttons, use
getEditorSaveButton(),
getEditorCancelButton(), and
getEditorDeleteButton().