Interface RenderingVisibilityRule<T extends ItemModel>
- Type Parameters:
T- the object that extendsItemModel
- All Known Implementing Classes:
CMSComponentRenderingVisibilityRule,CMSNavigationNodeRenderingVisibilityRule
public interface RenderingVisibilityRule<T extends ItemModel>
Interface responsible for verification of an item visibility.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanVerifies the visibility of itemModelThe predicate to verify that the provided itemModel is the one for which the visibility is being verified.
-
Method Details
-
restrictedBy
The predicate to verify that the provided itemModel is the one for which the visibility is being verified.- Returns:
- the
Predicate
-
isVisible
Verifies the visibility of itemModel- Parameters:
itemModel-- Returns:
-