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
Constructors -
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.ItemClickListenerGet 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_CmsLinkValidatorReturns resources which fail the validations.- Specified by:
failedResourcesin classA_CmsLinkValidator- Parameters:
resources- to check- Returns:
- List of failed resources
- See Also:
-
failMessage
Description copied from class:A_CmsLinkValidatorGet fail message for resource.- Specified by:
failMessagein classA_CmsLinkValidator- Parameters:
resource- to get message for- Returns:
- Message
- See Also:
-
getClickListener
Description copied from class:A_CmsLinkValidatorGet click listener- Specified by:
getClickListenerin classA_CmsLinkValidator- Returns:
- ItemClickListener or null
- See Also:
-
getPropertyName
Description copied from class:A_CmsLinkValidatorGet property Name.- Specified by:
getPropertyNamein classA_CmsLinkValidator- Returns:
- Name of property
- See Also:
-
getTableProperties
Description copied from class:A_CmsLinkValidatorGet all properties.- Specified by:
getTablePropertiesin classA_CmsLinkValidator- Returns:
- Map of table properties
- See Also:
-