Package io.jmix.flowui.action
Interface AdjustWhenViewReadOnly
- All Known Implementing Classes:
AddAction,ChangePasswordAction,CreateAction,EditAction,EntityInspectorAddAction,EntityInspectorCreateAction,EntityInspectorEditAction,ExcludeAction,GenericFilterAddConditionAction,RemoveAction,ResetPasswordAction,ShowRoleAssignmentsAction
public interface AdjustWhenViewReadOnly
Interface to be implemented by actions which may adjust
their 'enabled' state according to the view read-only mode.
-
Method Summary
-
Method Details
-
isDisabledWhenViewReadOnly
default boolean isDisabledWhenViewReadOnly()- Returns:
- whether this action must be disabled when a view in the read-only mode
-