Package io.jmix.flowui.action
Interface AdjustWhenScreenReadOnly
- All Known Implementing Classes:
CreateAction
,EditAction
,RemoveAction
public interface 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
-