Class ImagePreview

  • Direct Known Subclasses:
    GridView, Header, QuickList, SummaryView

    public abstract class ImagePreview
    extends java.lang.Object

    Java class for image-preview complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="image-preview">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="display-thumbnail" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
           <attribute name="display-preview" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
           <attribute name="display-default-image" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
           <attribute name="default-image" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Summary

      Constructors 
      Constructor Description
      ImagePreview()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDefaultImage()
      Gets the value of the defaultImage property.
      boolean isDisplayDefaultImage()
      Gets the value of the displayDefaultImage property.
      boolean isDisplayPreview()
      Gets the value of the displayPreview property.
      boolean isDisplayThumbnail()
      Gets the value of the displayThumbnail property.
      void setDefaultImage​(java.lang.String value)
      Sets the value of the defaultImage property.
      void setDisplayDefaultImage​(java.lang.Boolean value)
      Sets the value of the displayDefaultImage property.
      void setDisplayPreview​(java.lang.Boolean value)
      Sets the value of the displayPreview property.
      void setDisplayThumbnail​(java.lang.Boolean value)
      Sets the value of the displayThumbnail property.
      • Methods inherited from class java.lang.Object

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

      • displayThumbnail

        protected java.lang.Boolean displayThumbnail
      • displayPreview

        protected java.lang.Boolean displayPreview
      • displayDefaultImage

        protected java.lang.Boolean displayDefaultImage
      • defaultImage

        protected java.lang.String defaultImage
    • Constructor Detail

      • ImagePreview

        public ImagePreview()
    • Method Detail

      • isDisplayThumbnail

        public boolean isDisplayThumbnail()
        Gets the value of the displayThumbnail property.
        Returns:
        possible object is Boolean
      • setDisplayThumbnail

        public void setDisplayThumbnail​(java.lang.Boolean value)
        Sets the value of the displayThumbnail property.
        Parameters:
        value - allowed object is Boolean
      • isDisplayPreview

        public boolean isDisplayPreview()
        Gets the value of the displayPreview property.
        Returns:
        possible object is Boolean
      • setDisplayPreview

        public void setDisplayPreview​(java.lang.Boolean value)
        Sets the value of the displayPreview property.
        Parameters:
        value - allowed object is Boolean
      • isDisplayDefaultImage

        public boolean isDisplayDefaultImage()
        Gets the value of the displayDefaultImage property.
        Returns:
        possible object is Boolean
      • setDisplayDefaultImage

        public void setDisplayDefaultImage​(java.lang.Boolean value)
        Sets the value of the displayDefaultImage property.
        Parameters:
        value - allowed object is Boolean
      • getDefaultImage

        public java.lang.String getDefaultImage()
        Gets the value of the defaultImage property.
        Returns:
        possible object is String
      • setDefaultImage

        public void setDefaultImage​(java.lang.String value)
        Sets the value of the defaultImage property.
        Parameters:
        value - allowed object is String