Class EditorEnableEditingAction<T>

All Implemented Interfaces:
Action, Action.ExecutableAction, Action.HasPrimaryState, Action.OperationResultAction, Action.ScreenAction<StandardEditor<T>>, Action.SecuredAction

@StudioAction(target="io.jmix.ui.screen.Screen", description="Enables editing in the editor screen") @ActionType("editor_enableEditing") public class EditorEnableEditingAction<T> extends OperationResultScreenAction<EditorEnableEditingAction<T>,StandardEditor<T>>