Interface I_CmsXmlContentVisibilityHandler

    • Method Detail

      • isValueVisible

        boolean isValueVisible​(CmsObject cms,
                               I_CmsXmlSchemaType value,
                               java.lang.String elementPath,
                               java.lang.String params,
                               CmsResource resource,
                               java.util.Locale contentLocale)
        Returns if the given content value field should be visible to the current user.

        Parameters:
        cms - the cms context
        value - the content value
        elementPath - the path to the element
        params - configuration parameters
        resource - the edited resource
        contentLocale - the locale being edited
        Returns:
        true if the given content value field should be visible to the current user