Uses of Class
org.teamapps.dto.UiFileItem
-
Uses of UiFileItem in org.teamapps.dto
Fields in org.teamapps.dto declared as UiFileItem Modifier and Type Field Description protected UiFileItemUiPictureChooser. fileItemprotected UiFileItemUiSimpleFileField.AddFileItemCommand. itemprotected UiFileItemUiSimpleFileField.UpdateFileItemCommand. itemFields in org.teamapps.dto with type parameters of type UiFileItem Modifier and Type Field Description protected java.util.List<UiFileItem>UiSimpleFileField. fileItemsMethods in org.teamapps.dto that return UiFileItem Modifier and Type Method Description UiFileItemUiPictureChooser. getFileItem()UiFileItemUiSimpleFileField.AddFileItemCommand. getItem()UiFileItemUiSimpleFileField.UpdateFileItemCommand. getItem()UiFileItemUiFileItem. setDescription(java.lang.String description)UiFileItemUiFileItem. setFileName(java.lang.String fileName)UiFileItemUiFileItem. setIcon(java.lang.String icon)UiFileItemUiFileItem. setLinkUrl(java.lang.String linkUrl)UiFileItemUiFileItem. setSize(long size)UiFileItemUiFileItem. setThumbnail(java.lang.String thumbnail)UiFileItemUiFileItem. setUuid(java.lang.String uuid)Methods in org.teamapps.dto that return types with arguments of type UiFileItem Modifier and Type Method Description java.util.List<UiFileItem>UiSimpleFileField. getFileItems()Methods in org.teamapps.dto with parameters of type UiFileItem Modifier and Type Method Description UiPictureChooserUiPictureChooser. setFileItem(UiFileItem fileItem)Method parameters in org.teamapps.dto with type arguments of type UiFileItem Modifier and Type Method Description UiSimpleFileFieldUiSimpleFileField. setFileItems(java.util.List<UiFileItem> fileItems)Constructors in org.teamapps.dto with parameters of type UiFileItem Constructor Description AddFileItemCommand(java.lang.String componentId, UiFileItem item)UpdateFileItemCommand(java.lang.String componentId, UiFileItem item)