Package org.teamapps.dto
Class UiRichTextEditor.ImageUploadSuccessfulEvent
java.lang.Object
org.teamapps.dto.UiRichTextEditor.ImageUploadSuccessfulEvent
- All Implemented Interfaces:
UiEvent
- Enclosing class:
UiRichTextEditor
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.ImageUploadSuccessfulEvent(String componentId, String fileUuid, String name, String mimeType, long sizeInBytes, int incompleteUploadsCount) -
Method Summary
-
Field Details
-
componentId
-
fileUuid
-
name
-
mimeType
-
sizeInBytes
protected long sizeInBytes -
incompleteUploadsCount
protected int incompleteUploadsCount
-
-
Constructor Details
-
ImageUploadSuccessfulEvent
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
ImageUploadSuccessfulEvent
-
-
Method Details
-
getUiEventType
- Specified by:
getUiEventTypein interfaceUiEvent
-
toString
-
getComponentId
- Specified by:
getComponentIdin interfaceUiEvent
-
getFileUuid
-
getName
-
getMimeType
-
getSizeInBytes
public long getSizeInBytes() -
getIncompleteUploadsCount
public int getIncompleteUploadsCount()
-