Class CMSNavigationNodeRenderingVisibilityRule
java.lang.Object
de.hybris.platform.cmsfacades.rendering.visibility.impl.CMSNavigationNodeRenderingVisibilityRule
- All Implemented Interfaces:
RenderingVisibilityRule<CMSNavigationNodeModel>
public class CMSNavigationNodeRenderingVisibilityRule
extends Object
implements RenderingVisibilityRule<CMSNavigationNodeModel>
Rendering visibility rule for
CMSNavigationNodeModel-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisVisible(CMSNavigationNodeModel itemModel) Verifies the visibility of itemModelThe predicate to verify that the provided itemModel is the one for which the visibility is being verified.
-
Constructor Details
-
CMSNavigationNodeRenderingVisibilityRule
public CMSNavigationNodeRenderingVisibilityRule()
-
-
Method Details
-
restrictedBy
Description copied from interface:RenderingVisibilityRuleThe predicate to verify that the provided itemModel is the one for which the visibility is being verified.- Specified by:
restrictedByin interfaceRenderingVisibilityRule<CMSNavigationNodeModel>- Returns:
- the
Predicate
-