Class UiContextMenu.ContextMenuSelectionEvent

java.lang.Object
org.teamapps.dto.UiContextMenu.ContextMenuSelectionEvent
All Implemented Interfaces:
UiEvent
Enclosing class:
UiContextMenu

public static class UiContextMenu.ContextMenuSelectionEvent extends Object implements UiEvent
  • Field Details

    • componentId

      protected String componentId
    • entryId

      protected String entryId
  • Constructor Details

    • ContextMenuSelectionEvent

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

      public ContextMenuSelectionEvent(String componentId, String entryId)
  • Method Details