Package org.opencms.ui.components
Interface CmsResourceTable.I_ResourcePropertyProvider
- All Known Implementing Classes:
A_CmsLinkValidator,CmsDateSearchComposite,CmsLinkInFolderValidationApp.InFolderValidator,CmsLinkValidationApp.InternalValidator,CmsListManager
- Enclosing class:
CmsResourceTable
public static interface CmsResourceTable.I_ResourcePropertyProvider
Provides item property values for additional table columns.
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddItemProperties(com.vaadin.v7.data.Item resourceItem, CmsObject cms, CmsResource resource, Locale locale) Adds the property values to the given item.
-
Method Details
-
addItemProperties
void addItemProperties(com.vaadin.v7.data.Item resourceItem, CmsObject cms, CmsResource resource, Locale locale) Adds the property values to the given item.- Parameters:
resourceItem- the resource itemcms- the cms contextresource- the resourcelocale- the workplace locale
-