public interface I_CmsXmlContentVisibilityHandler
| Modifier and Type | Method and Description |
|---|---|
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.
|
boolean isValueVisible(CmsObject cms, I_CmsXmlSchemaType value, java.lang.String elementPath, java.lang.String params, CmsResource resource, java.util.Locale contentLocale)
cms - the cms contextvalue - the content valueelementPath - the path to the elementparams - configuration parametersresource - the edited resourcecontentLocale - the locale being editedtrue if the given content value field should be visible to the current user