public class CmsLinkInFolderValidationApp.InFolderValidator extends A_CmsLinkValidator
property| Constructor and Description |
|---|
InFolderValidator() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CmsResource> |
failedResources(java.util.List<java.lang.String> resources)
Returns resources which fail the validations.
|
java.lang.String |
failMessage(CmsResource resource)
Get fail message for resource.
|
com.vaadin.v7.event.ItemClickEvent.ItemClickListener |
getClickListener()
Get click listener
|
java.lang.String |
getPropertyName()
Get property Name.
|
java.util.Map<CmsResourceTableProperty,java.lang.Integer> |
getTableProperties()
Get all properties.
|
addItemProperties, getTablePropertypublic InFolderValidator()
public java.util.List<CmsResource> failedResources(java.util.List<java.lang.String> resources)
A_CmsLinkValidatorfailedResources in class A_CmsLinkValidatorresources - to checkA_CmsLinkValidator.failedResources(java.util.List)public java.lang.String failMessage(CmsResource resource)
A_CmsLinkValidatorfailMessage in class A_CmsLinkValidatorresource - to get message forA_CmsLinkValidator.failMessage(org.opencms.file.CmsResource)public com.vaadin.v7.event.ItemClickEvent.ItemClickListener getClickListener()
A_CmsLinkValidatorgetClickListener in class A_CmsLinkValidatorA_CmsLinkValidator.getClickListener()public java.lang.String getPropertyName()
A_CmsLinkValidatorgetPropertyName in class A_CmsLinkValidatorA_CmsLinkValidator.getPropertyName()public java.util.Map<CmsResourceTableProperty,java.lang.Integer> getTableProperties()
A_CmsLinkValidatorgetTableProperties in class A_CmsLinkValidatorA_CmsLinkValidator.getTableProperties()