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