Package io.jmix.ui.action
Interface Action.AdjustWhenScreenReadOnly
- All Known Implementing Classes:
AddAction,ChangePasswordAction,CreateAction,EditAction,EditorCommitAction,EditorCommitAndCloseAction,ExcludeAction,FilterAddConditionAction,MasterDetailCommitAction,RelatedAction,RemoveAction,ResetPasswordAction,ResetRememberMeTokenAction,ShowRoleAssignmentsAction,ShowUserSubstitutionsAction
- Enclosing interface:
- Action
public static interface Action.AdjustWhenScreenReadOnly
Interface to be implemented by actions which may adjust
their 'enabled' state according to the screen read-only mode.
-
Method Summary
-
Method Details
-
isDisabledWhenScreenReadOnly
default boolean isDisabledWhenScreenReadOnly()- Returns:
- whether this action must be disabled when a screen in the read-only mode
-