Class CmsPropertyviewDialog.CmsPropertyviewDialogSettings

java.lang.Object
org.opencms.workplace.tools.content.propertyviewer.CmsPropertyviewDialog.CmsPropertyviewDialogSettings
Enclosing class:
CmsPropertyviewDialog

The settings bean for this dialog.

  • Constructor Details

  • Method Details

    • getMessage

      public String getMessage()
      Returns:
      the message
    • getPaths

      public List<String> getPaths()
      Returns:
      the paths
    • getProperties

      Returns:
      the properties
    • getPropValue

      public String getPropValue()
      Returns the value of the property to search.

      Returns:
      the property value
    • isShowSiblings

      public boolean isShowSiblings()
      Returns:
      the showSiblings
    • setMessage

      public void setMessage(String message)
      Parameters:
      message - the message to set
    • setPaths

      public void setPaths(List<String> paths)
      Parameters:
      paths - the paths to set
    • setProperties

      public void setProperties(List<String> properties)
      Parameters:
      properties - the properties to set
    • setPropValue

      public void setPropValue(String propValue)
      Sets the property value to search.

      Parameters:
      propValue - the property value to set
    • setShowSiblings

      public void setShowSiblings(boolean showSiblings)
      Parameters:
      showSiblings - the showSiblings to set