Class CmsLinkInFolderValidationApp.InFolderValidator
java.lang.Object
org.opencms.ui.apps.linkvalidation.A_CmsLinkValidator
org.opencms.ui.apps.linkvalidation.CmsLinkInFolderValidationApp.InFolderValidator
- All Implemented Interfaces:
CmsResourceTable.I_ResourcePropertyProvider
- Enclosing class:
- CmsLinkInFolderValidationApp
Validator.
-
Field Summary
Fields inherited from class org.opencms.ui.apps.linkvalidation.A_CmsLinkValidator
property
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfailedResources
(List<String> resources) Returns resources which fail the validations.failMessage
(CmsResource resource) Get fail message for resource.com.vaadin.v7.event.ItemClickEvent.ItemClickListener
Get click listenerGet property Name.Get all properties.Methods inherited from class org.opencms.ui.apps.linkvalidation.A_CmsLinkValidator
addItemProperties, getTableProperty
-
Constructor Details
-
InFolderValidator
public InFolderValidator()
-
-
Method Details
-
failedResources
Description copied from class:A_CmsLinkValidator
Returns resources which fail the validations.- Specified by:
failedResources
in classA_CmsLinkValidator
- Parameters:
resources
- to check- Returns:
- List of failed resources
- See Also:
-
failMessage
Description copied from class:A_CmsLinkValidator
Get fail message for resource.- Specified by:
failMessage
in classA_CmsLinkValidator
- Parameters:
resource
- to get message for- Returns:
- Message
- See Also:
-
getClickListener
Description copied from class:A_CmsLinkValidator
Get click listener- Specified by:
getClickListener
in classA_CmsLinkValidator
- Returns:
- ItemClickListener or null
- See Also:
-
getPropertyName
Description copied from class:A_CmsLinkValidator
Get property Name.- Specified by:
getPropertyName
in classA_CmsLinkValidator
- Returns:
- Name of property
- See Also:
-
getTableProperties
Description copied from class:A_CmsLinkValidator
Get all properties.- Specified by:
getTableProperties
in classA_CmsLinkValidator
- Returns:
- Map of table properties
- See Also:
-