Uses of Class
org.teamapps.ux.component.field.upload.UploadedFile
-
Packages that use UploadedFile Package Description org.teamapps.ux.component.field.richtext org.teamapps.ux.component.field.upload -
-
Uses of UploadedFile in org.teamapps.ux.component.field.richtext
Methods in org.teamapps.ux.component.field.richtext with parameters of type UploadedFile Modifier and Type Method Description java.lang.StringUploadedFileToUrlConverter. convert(UploadedFile file) -
Uses of UploadedFile in org.teamapps.ux.component.field.upload
Fields in org.teamapps.ux.component.field.upload with type parameters of type UploadedFile Modifier and Type Field Description Event<UploadedFile>PictureChooser. onUploadSuccessfulMethods in org.teamapps.ux.component.field.upload that return UploadedFile Modifier and Type Method Description UploadedFileUploadSuccessfulEventData. getUploadedFile()Methods in org.teamapps.ux.component.field.upload that return types with arguments of type UploadedFile Modifier and Type Method Description static FileField<BaseTemplateRecord<UploadedFile>>FileField. create()Methods in org.teamapps.ux.component.field.upload with parameters of type UploadedFile Modifier and Type Method Description ResourcePictureChooser.ImageCropperConverter. convert(UploadedFile uploadedFile, ImageCropperSelection selection, int targetWidth, int targetHeight)RECORDUploadedFileToRecordConverter. convert(UploadedFile file)Constructors in org.teamapps.ux.component.field.upload with parameters of type UploadedFile Constructor Description UploadSuccessfulEventData(UploadedFile uploadedFile, RECORD record)
-