Package io.jmix.uiconstraints.security
Interface UiComponentPolicyApplier
- All Known Implementing Classes:
- DefaultUiComponentPolicyApplier
public interface UiComponentPolicyApplier
Interface for applying UI component policies assigned to the current user to a given view.
- 
Method SummaryModifier and TypeMethodDescriptionvoidapplyUiComponentPolicies(View<?> view) Applies UI component policies assigned to the current user to the given view.
- 
Method Details- 
applyUiComponentPoliciesApplies UI component policies assigned to the current user to the given view.- Parameters:
- view- view the view to which the security policies should be applied
 
 
-