Klasse UiImageDisplay.SetCachedImagesCommand

java.lang.Object
org.teamapps.dto.UiImageDisplay.SetCachedImagesCommand
Alle implementierten Schnittstellen:
UiCommand<Void>
Umschließende Klasse:
UiImageDisplay

public static class UiImageDisplay.SetCachedImagesCommand extends Object implements UiCommand<Void>
  • Felddetails

    • componentId

      protected String componentId
    • startIndex

      protected int startIndex
    • cachedImages

      protected List<UiCachedImage> cachedImages
    • totalNumberOfRecords

      protected int totalNumberOfRecords
  • Konstruktordetails

    • SetCachedImagesCommand

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

      public SetCachedImagesCommand(String componentId, int startIndex, List<UiCachedImage> cachedImages, int totalNumberOfRecords)
  • Methodendetails

    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object
    • getComponentId

      public String getComponentId()
      Angegeben von:
      getComponentId in Schnittstelle UiCommand<Void>
    • getStartIndex

      public int getStartIndex()
    • getCachedImages

      public List<UiCachedImage> getCachedImages()
    • getTotalNumberOfRecords

      public int getTotalNumberOfRecords()