Class UiTextColorMarkerField.TextSelectedEvent

java.lang.Object
org.teamapps.dto.UiTextColorMarkerField.TextSelectedEvent
All Implemented Interfaces:
UiEvent
Enclosing class:
UiTextColorMarkerField

public static class UiTextColorMarkerField.TextSelectedEvent extends Object implements UiEvent
  • Field Details

    • componentId

      protected String componentId
    • start

      protected int start
    • end

      protected int end
  • Constructor Details

    • TextSelectedEvent

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

      public TextSelectedEvent(String componentId, int start, int end)
  • Method Details