Class UiField.FocusGainedEvent

java.lang.Object
org.teamapps.dto.UiField.FocusGainedEvent
All Implemented Interfaces:
UiEvent
Enclosing class:
UiField

public static class UiField.FocusGainedEvent extends Object implements UiEvent
  • Field Details

    • componentId

      protected String componentId
  • Constructor Details

    • FocusGainedEvent

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

      public FocusGainedEvent(String componentId)
  • Method Details