Uses of Class
org.opencms.gwt.shared.property.CmsClientProperty
Packages that use CmsClientProperty
Package
Description
Server side of the sitemap view.
Shared Client-Server side of the sitemap view.
Provides core support for GWT.
-
Uses of CmsClientProperty in org.opencms.ade.postupload.shared
Methods in org.opencms.ade.postupload.shared that return types with arguments of type CmsClientPropertyModifier and TypeMethodDescriptionCmsPostUploadDialogPanelBean.getProperties()
Gets the properties for the resource.Method parameters in org.opencms.ade.postupload.shared with type arguments of type CmsClientPropertyModifier and TypeMethodDescriptionvoid
CmsPostUploadDialogPanelBean.setProperties
(Map<String, CmsClientProperty> properties) Sets the properties for the resource. -
Uses of CmsClientProperty in org.opencms.ade.sitemap
Methods in org.opencms.ade.sitemap that return CmsClientPropertyModifier and TypeMethodDescriptionstatic CmsClientProperty
CmsVfsSitemapService.createClientProperty
(CmsProperty prop, boolean preserveOrigin) Creates a client property bean from a server-side property. -
Uses of CmsClientProperty in org.opencms.ade.sitemap.shared
Methods in org.opencms.ade.sitemap.shared that return CmsClientPropertyModifier and TypeMethodDescriptionCmsLocaleComparePropertyData.getInheritedProperty
(String name) Gets the inherited property with the given name , or null if none exist.Methods in org.opencms.ade.sitemap.shared that return types with arguments of type CmsClientPropertyModifier and TypeMethodDescriptionCmsClientSitemapEntry.getDefaultFileProperties()
Returns the properties for the default file.CmsLocaleComparePropertyData.getDefaultFileProperties()
Returns the defaultFileProperties.CmsSitemapChange.getDefaultFileProperties()
Returns the change'S properties for the default file.CmsSitemapChange.getOwnInternalProperties()
Returns the properties for the entry itself.CmsClientSitemapEntry.getOwnProperties()
Returns the properties for the entry itself.CmsGalleryFolderEntry.getOwnProperties()
Returns the own properties.CmsLocaleComparePropertyData.getOwnProperties()
Returns the ownProperties.CmsModelPageEntry.getOwnProperties()
Returns the ownProperties.CmsSitemapChange.getOwnProperties()
Returns the change's properties for the entry itself.CmsSitemapData.getParentProperties()
Returns the properties of the sitemap root's parent.I_CmsSitemapController.getPropertiesForId
(CmsUUID id) Gets the property map for the given id.I_CmsSitemapController.replaceProperties
(CmsUUID id, Map<String, CmsClientProperty> properties) This method is used to establish a unique property map object for each id, but replaces the contents of the map object with new values for each call.Method parameters in org.opencms.ade.sitemap.shared with type arguments of type CmsClientPropertyModifier and TypeMethodDescriptionI_CmsSitemapController.replaceProperties
(CmsUUID id, Map<String, CmsClientProperty> properties) This method is used to establish a unique property map object for each id, but replaces the contents of the map object with new values for each call.void
CmsSitemapChange.setDefaultFileInternalProperties
(Map<String, CmsClientProperty> props) Sets the properties for the default file.void
CmsClientSitemapEntry.setDefaultFileProperties
(Map<String, CmsClientProperty> properties) Sets the properties for the default file.void
CmsLocaleComparePropertyData.setDefaultFileProperties
(Map<String, CmsClientProperty> defaultFileProperties) Sets the defaultFileProperties.void
CmsLocaleComparePropertyData.setInheritedProperties
(Map<String, CmsClientProperty> inheritedProps) Sets the inherited properties.void
CmsSitemapChange.setOwnInternalProperties
(Map<String, CmsClientProperty> props) Sets the changed properties of the entry itself.void
CmsClientSitemapEntry.setOwnProperties
(Map<String, CmsClientProperty> properties) Sets the properties for the entry itself.void
CmsGalleryFolderEntry.setOwnProperties
(Map<String, CmsClientProperty> ownProperties) Sets the own properties.void
CmsLocaleComparePropertyData.setOwnProperties
(Map<String, CmsClientProperty> ownProperties) Sets the ownProperties.void
CmsModelPageEntry.setOwnProperties
(Map<String, CmsClientProperty> ownProperties) Sets the ownProperties. -
Uses of CmsClientProperty in org.opencms.gwt
Methods in org.opencms.gwt that return types with arguments of type CmsClientPropertyModifier and TypeMethodDescriptionprotected Map<String,
CmsClientProperty> CmsPropertyEditorHelper.convertProperties
(List<CmsProperty> properties) Converts CmsProperty objects to CmsClientProperty objects. -
Uses of CmsClientProperty in org.opencms.gwt.shared.property
Fields in org.opencms.gwt.shared.property with type parameters of type CmsClientPropertyModifier and TypeFieldDescriptionstatic final com.google.common.base.Function<String,
CmsClientProperty> CmsClientProperty.CREATE_PROPERTY
Construction function which creates a new property with a given name.Methods in org.opencms.gwt.shared.property that return CmsClientPropertyModifier and TypeMethodDescriptionReturns the property with the given name.CmsClientProperty.withOrigin
(String origin) Creates a copy of the property, but changes the origin in the copy.Methods in org.opencms.gwt.shared.property that return types with arguments of type CmsClientPropertyModifier and TypeMethodDescriptionstatic Map<String,
CmsClientProperty> CmsClientProperty.copyProperties
(Map<String, CmsClientProperty> props) Helper method for copying a map of properties.CmsPropertiesBean.getInheritedProperties()
Returns a map of the inherited properties.CmsPropertiesBean.getOwnProperties()
Gets a map of the resource's own properties.static Map<String,
CmsClientProperty> CmsClientProperty.makeLazyCopy
(Map<String, CmsClientProperty> properties) Makes a "lazy copy" of a map of properties, which will create properties on lookup if they don't already exist.static Map<String,
CmsClientProperty> CmsClientProperty.toLazyMap
(Map<String, CmsClientProperty> properties) Creates a lazy property map which creates properties on lookup if they don'T exist.Methods in org.opencms.gwt.shared.property with parameters of type CmsClientPropertyModifier and TypeMethodDescriptionstatic CmsPathValue
CmsClientProperty.getPathValue
(CmsClientProperty property, CmsClientProperty.Mode mode) Gets the path value for a property object (which may be null) and a property access mode.static boolean
CmsClientProperty.isPropertyEmpty
(CmsClientProperty prop) Checks if a property is null or empty.Method parameters in org.opencms.gwt.shared.property with type arguments of type CmsClientPropertyModifier and TypeMethodDescriptionstatic Map<String,
CmsClientProperty> CmsClientProperty.copyProperties
(Map<String, CmsClientProperty> props) Helper method for copying a map of properties.static Map<String,
CmsClientProperty> CmsClientProperty.makeLazyCopy
(Map<String, CmsClientProperty> properties) Makes a "lazy copy" of a map of properties, which will create properties on lookup if they don't already exist.static void
CmsClientProperty.removeEmptyProperties
(Map<String, CmsClientProperty> props) Helper method for removing empty properties from a map.void
CmsPropertiesBean.setInheritedProperties
(Map<String, CmsClientProperty> inheritedProperties) Sets the inherited properties.void
CmsPropertiesBean.setOwnProperties
(Map<String, CmsClientProperty> ownProperties) Sets the resource's own properties.static Map<String,
CmsClientProperty> CmsClientProperty.toLazyMap
(Map<String, CmsClientProperty> properties) Creates a lazy property map which creates properties on lookup if they don'T exist.void
CmsPropertyModification.updatePropertyInMap
(Map<String, CmsClientProperty> props) Helper method for applying the change to a property map.Constructors in org.opencms.gwt.shared.property with parameters of type CmsClientPropertyConstructor parameters in org.opencms.gwt.shared.property with type arguments of type CmsClientPropertyModifierConstructorDescriptionCmsLazyPropertyMap
(Map<String, CmsClientProperty> original) Constructor.