Class UiImageCropper.SelectionChangedEvent

java.lang.Object
org.teamapps.dto.UiImageCropper.SelectionChangedEvent
All Implemented Interfaces:
UiEvent
Enclosing class:
UiImageCropper

public static class UiImageCropper.SelectionChangedEvent
extends java.lang.Object
implements UiEvent
  • Field Details

  • Constructor Details

    • SelectionChangedEvent

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

      public SelectionChangedEvent​(java.lang.String componentId, UiImageCropperSelection selection)
  • Method Details