Uses of Class
org.teamapps.dto.UiCachedImage
-
Uses of UiCachedImage in org.teamapps.dto
Fields in org.teamapps.dto with type parameters of type UiCachedImageModifier and TypeFieldDescriptionprotected List<UiCachedImage> UiImageDisplay.cachedImagesprotected List<UiCachedImage> UiImageDisplay.SetCachedImagesCommand.cachedImagesMethods in org.teamapps.dto that return types with arguments of type UiCachedImageModifier and TypeMethodDescriptionUiImageDisplay.getCachedImages()UiImageDisplay.SetCachedImagesCommand.getCachedImages()Method parameters in org.teamapps.dto with type arguments of type UiCachedImageModifier and TypeMethodDescriptionUiImageDisplay.setCachedImages(List<UiCachedImage> cachedImages) Constructor parameters in org.teamapps.dto with type arguments of type UiCachedImageModifierConstructorDescriptionSetCachedImagesCommand(String componentId, int startIndex, List<UiCachedImage> cachedImages, int totalNumberOfRecords)