Class CmsImageInfoBean

All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable, I_CmsHasIconClasses

Bean holding image info to be display in the resource preview dialog.

Since:
8.0.
  • Constructor Details

  • Method Details

    • getCopyright

      public String getCopyright()
      Returns the image copyright information.

      Returns:
      the image copyright information
    • getFocalPoint

      Gets the focal point of the image (null if not set).

      Returns:
      the focal point of the image
    • getHash

      public int getHash()
      Returns the structure id hash.

      Returns:
      the hash
    • getHeight

      public int getHeight()
      Returns the height.

      Returns:
      the height
    • getSelectedPath

      Returns the selected path.

      Returns:
      the selected path
    • getViewLink

      public String getViewLink()
      The view link for displaying the image.

      Returns:
      the link for displaying the image
    • getWidth

      public int getWidth()
      Returns the width.

      Returns:
      the width
    • setCopyright

      public void setCopyright(String copyright)
      Sets the image copyright information.

      Parameters:
      copyright - the image copyright information to set
    • setFocalPoint

      public void setFocalPoint(CmsPoint imagePoint)
      Sets the focal point for the image.

      Parameters:
      imagePoint - the focal point
    • setHash

      public void setHash(int hash)
      Sets the hash.

      Parameters:
      hash - the hash
    • setHeight

      public void setHeight(int height)
      Sets the height.

      Parameters:
      height - the height to set
    • setSelectedPath

      public void setSelectedPath(String selectedPath)
      Sets the selected path.

      Parameters:
      selectedPath - the selected path to set
    • setViewLink

      public void setViewLink(String viewLink)
      Sets the link for displaying the image.

      Parameters:
      viewLink - the link for displaying the image
    • setWidth

      public void setWidth(int width)
      Sets the width.

      Parameters:
      width - the width to set