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