Uses of Class
org.teamapps.dto.UiFileItem
-
Uses of UiFileItem in org.teamapps.dto
Fields in org.teamapps.dto declared as UiFileItemModifier and TypeFieldDescriptionprotected UiFileItemUiPictureChooser.fileItemprotected UiFileItemUiSimpleFileField.AddFileItemCommand.itemprotected UiFileItemUiSimpleFileField.UpdateFileItemCommand.itemFields in org.teamapps.dto with type parameters of type UiFileItemMethods in org.teamapps.dto that return UiFileItemModifier and TypeMethodDescriptionUiPictureChooser.getFileItem()UiSimpleFileField.AddFileItemCommand.getItem()UiSimpleFileField.UpdateFileItemCommand.getItem()UiFileItem.setDescription(String description) UiFileItem.setFileName(String fileName) UiFileItem.setLinkUrl(String linkUrl) UiFileItem.setSize(long size) UiFileItem.setThumbnail(String thumbnail) Methods in org.teamapps.dto that return types with arguments of type UiFileItemMethods in org.teamapps.dto with parameters of type UiFileItemMethod parameters in org.teamapps.dto with type arguments of type UiFileItemConstructors in org.teamapps.dto with parameters of type UiFileItemModifierConstructorDescriptionAddFileItemCommand(String componentId, UiFileItem item) UpdateFileItemCommand(String componentId, UiFileItem item)