Class CmsPropertyviewDialog.CmsPropertyviewDialogSettings
java.lang.Object
org.opencms.workplace.tools.content.propertyviewer.CmsPropertyviewDialog.CmsPropertyviewDialogSettings
- Enclosing class:
- CmsPropertyviewDialog
The settings bean for this dialog.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetPaths()
Returns the value of the property to search.boolean
void
setMessage
(String message) void
void
setProperties
(List<String> properties) void
setPropValue
(String propValue) Sets the property value to search.void
setShowSiblings
(boolean showSiblings)
-
Constructor Details
-
CmsPropertyviewDialogSettings
public CmsPropertyviewDialogSettings()The default constructor.
-
-
Method Details
-
getMessage
- Returns:
- the message
-
getPaths
- Returns:
- the paths
-
getProperties
- Returns:
- the properties
-
getPropValue
Returns the value of the property to search.- Returns:
- the property value
-
isShowSiblings
- Returns:
- the showSiblings
-
setMessage
- Parameters:
message
- the message to set
-
setPaths
- Parameters:
paths
- the paths to set
-
setProperties
- Parameters:
properties
- the properties to set
-
setPropValue
Sets the property value to search.- Parameters:
propValue
- the property value to set
-
setShowSiblings
- Parameters:
showSiblings
- the showSiblings to set
-