Class UiToolButton.DropDownOpenedEvent

java.lang.Object
org.teamapps.dto.UiToolButton.DropDownOpenedEvent
All Implemented Interfaces:
UiEvent
Enclosing class:
UiToolButton

public static class UiToolButton.DropDownOpenedEvent extends Object implements UiEvent
  • Field Details

    • componentId

      protected String componentId
  • Constructor Details

    • DropDownOpenedEvent

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

      public DropDownOpenedEvent(String componentId)
  • Method Details