Class CmsPropertyviewDialog.CmsPropertyviewDialogSettings

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getMessage()  
      java.util.List<java.lang.String> getPaths()  
      java.util.List<java.lang.String> getProperties()  
      java.lang.String getPropValue()
      Returns the value of the property to search.
      boolean isShowSiblings()  
      void setMessage​(java.lang.String message)  
      void setPaths​(java.util.List<java.lang.String> paths)  
      void setProperties​(java.util.List<java.lang.String> properties)  
      void setPropValue​(java.lang.String propValue)
      Sets the property value to search.
      void setShowSiblings​(boolean showSiblings)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getMessage

        public java.lang.String getMessage()
        Returns:
        the message
      • getPaths

        public java.util.List<java.lang.String> getPaths()
        Returns:
        the paths
      • getProperties

        public java.util.List<java.lang.String> getProperties()
        Returns:
        the properties
      • getPropValue

        public java.lang.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​(java.lang.String message)
        Parameters:
        message - the message to set
      • setPaths

        public void setPaths​(java.util.List<java.lang.String> paths)
        Parameters:
        paths - the paths to set
      • setProperties

        public void setProperties​(java.util.List<java.lang.String> properties)
        Parameters:
        properties - the properties to set
      • setPropValue

        public void setPropValue​(java.lang.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