Uses of Class
org.teamapps.dto.UiCachedImage
-
Uses of UiCachedImage in org.teamapps.dto
Fields in org.teamapps.dto with type parameters of type UiCachedImage Modifier and Type Field Description protected java.util.List<UiCachedImage>UiImageDisplay. cachedImagesprotected java.util.List<UiCachedImage>UiImageDisplay.SetCachedImagesCommand. cachedImagesMethods in org.teamapps.dto that return types with arguments of type UiCachedImage Modifier and Type Method Description java.util.List<UiCachedImage>UiImageDisplay. getCachedImages()java.util.List<UiCachedImage>UiImageDisplay.SetCachedImagesCommand. getCachedImages()Method parameters in org.teamapps.dto with type arguments of type UiCachedImage Modifier and Type Method Description UiImageDisplayUiImageDisplay. setCachedImages(java.util.List<UiCachedImage> cachedImages)Constructor parameters in org.teamapps.dto with type arguments of type UiCachedImage Constructor Description SetCachedImagesCommand(java.lang.String componentId, int startIndex, java.util.List<UiCachedImage> cachedImages, int totalNumberOfRecords)