Package org.teamapps.dto
Class UiImageDisplay.ImagesRequestEvent
java.lang.Object
org.teamapps.dto.UiImageDisplay.ImagesRequestEvent
- All Implemented Interfaces:
UiEvent
- Enclosing class:
UiImageDisplay
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.ImagesRequestEvent(String componentId, int startIndex, int length) -
Method Summary
-
Field Details
-
componentId
-
startIndex
protected int startIndex -
length
protected int length
-
-
Constructor Details
-
ImagesRequestEvent
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
ImagesRequestEvent
-
-
Method Details
-
getUiEventType
- Specified by:
getUiEventTypein interfaceUiEvent
-
toString
-
getComponentId
- Specified by:
getComponentIdin interfaceUiEvent
-
getStartIndex
public int getStartIndex() -
getLength
public int getLength()
-