Class UiNavigationBar.ButtonClickedEvent

java.lang.Object
org.teamapps.dto.UiNavigationBar.ButtonClickedEvent
All Implemented Interfaces:
UiEvent
Enclosing class:
UiNavigationBar

public static class UiNavigationBar.ButtonClickedEvent extends Object implements UiEvent
  • Field Details

    • componentId

      protected String componentId
    • buttonId

      protected String buttonId
    • visibleFanOutComponentId

      protected String visibleFanOutComponentId
  • Constructor Details

    • ButtonClickedEvent

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

      public ButtonClickedEvent(String componentId, String buttonId, String visibleFanOutComponentId)
  • Method Details