Class ImageUploadStartedEventData
java.lang.Object
org.teamapps.ux.component.field.richtext.ImageUploadStartedEventData
-
Constructor Summary
ConstructorsConstructorDescriptionImageUploadStartedEventData(String fileName, String mimeType, long sizeInBytes, int incompleteUploadsCount) -
Method Summary
Modifier and TypeMethodDescriptionintlong
-
Constructor Details
-
ImageUploadStartedEventData
-
-
Method Details
-
getFileName
-
getMimeType
-
getSizeInBytes
public long getSizeInBytes() -
getIncompleteUploadsCount
public int getIncompleteUploadsCount()
-