Class UiInfiniteItemView2.ContextMenuRequestedEvent

  • All Implemented Interfaces:
    UiEvent
    Enclosing class:
    UiInfiniteItemView2

    public static class UiInfiniteItemView2.ContextMenuRequestedEvent
    extends java.lang.Object
    implements UiEvent
    • Field Detail

      • componentId

        protected java.lang.String componentId
      • requestId

        protected int requestId
      • recordId

        protected int recordId
    • Constructor Detail

      • ContextMenuRequestedEvent

        @Deprecated
        public ContextMenuRequestedEvent()
        Deprecated.
        Only for Jackson deserialization. Use the other constructor instead.
      • ContextMenuRequestedEvent

        public ContextMenuRequestedEvent​(java.lang.String componentId,
                                         int requestId,
                                         int recordId)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getComponentId

        public java.lang.String getComponentId()
        Specified by:
        getComponentId in interface UiEvent
      • getRequestId

        public int getRequestId()
      • getRecordId

        public int getRecordId()