Class EditorCloseAction<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="Closes the editor screen") @ActionType("editor_close") public class EditorCloseAction<T> extends OperationResultScreenAction<EditorCloseAction<T>,StandardEditor<T>>