Package org.teamapps.dto
Class UiInfiniteItemView.DataRequestEvent
java.lang.Object
org.teamapps.dto.UiInfiniteItemView.DataRequestEvent
- All Implemented Interfaces:
UiEvent
- Enclosing class:
- UiInfiniteItemView
public static class UiInfiniteItemView.DataRequestEvent extends java.lang.Object implements UiEvent
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringcomponentIdprotected intlengthprotected intstartIndex -
Constructor Summary
Constructors Constructor Description DataRequestEvent()Deprecated.Only for Jackson deserialization.DataRequestEvent(java.lang.String componentId, int startIndex, int length) -
Method Summary
Modifier and Type Method Description java.lang.StringgetComponentId()intgetLength()intgetStartIndex()UiEventTypegetUiEventType()java.lang.StringtoString()
-
Field Details
-
componentId
protected java.lang.String componentId -
startIndex
protected int startIndex -
length
protected int length
-
-
Constructor Details
-
DataRequestEvent
@Deprecated public DataRequestEvent()Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
DataRequestEvent
public DataRequestEvent(java.lang.String componentId, int startIndex, int length)
-
-
Method Details
-
getUiEventType
- Specified by:
getUiEventTypein interfaceUiEvent
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
getComponentId
public java.lang.String getComponentId()- Specified by:
getComponentIdin interfaceUiEvent
-
getStartIndex
public int getStartIndex() -
getLength
public int getLength()
-