Class UiImageDisplay

java.lang.Object
All Implemented Interfaces:
UiObject

public class UiImageDisplay
extends UiComponent
implements UiObject
THIS IS GENERATED CODE! PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
  • Field Details

    • totalNumberOfRecords

      protected int totalNumberOfRecords
    • cachedImages

      protected java.util.List<UiCachedImage> cachedImages
    • displayMode

      protected UiPageDisplayMode displayMode
    • zoomFactor

      protected float zoomFactor
    • backgroundColor

      protected java.lang.String backgroundColor
    • padding

      protected int padding
    • loop

      protected boolean loop
    • cacheSize

      protected int cacheSize
  • Constructor Details

    • UiImageDisplay

      @Deprecated public UiImageDisplay()
      Deprecated.
      Only for Jackson deserialization. Use the other constructor instead.
    • UiImageDisplay

      public UiImageDisplay​(int totalNumberOfRecords)
  • Method Details