Class UiSplitPane.SplitResizedEvent

java.lang.Object
org.teamapps.dto.UiSplitPane.SplitResizedEvent
All Implemented Interfaces:
UiEvent
Enclosing class:
UiSplitPane

public static class UiSplitPane.SplitResizedEvent extends Object implements UiEvent
  • Field Details

    • componentId

      protected String componentId
    • referenceChildSize

      protected float referenceChildSize
  • Constructor Details

    • SplitResizedEvent

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

      public SplitResizedEvent(String componentId, float referenceChildSize)
  • Method Details