Class UiDummyComponent.ClickedEvent

java.lang.Object
org.teamapps.dto.UiDummyComponent.ClickedEvent
All Implemented Interfaces:
UiEvent
Enclosing class:
UiDummyComponent

public static class UiDummyComponent.ClickedEvent extends Object implements UiEvent
  • Field Details

    • componentId

      protected String componentId
    • clickCount

      protected int clickCount
  • Constructor Details

    • ClickedEvent

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

      public ClickedEvent(String componentId, int clickCount)
  • Method Details