Class UiTable.SortingChangedEvent

java.lang.Object
org.teamapps.dto.UiTable.SortingChangedEvent
All Implemented Interfaces:
UiEvent
Enclosing class:
UiTable

public static class UiTable.SortingChangedEvent extends Object implements UiEvent
  • Field Details

    • componentId

      protected String componentId
    • sortField

      protected String sortField
    • sortDirection

      protected UiSortDirection sortDirection
  • Constructor Details

    • SortingChangedEvent

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

      public SortingChangedEvent(String componentId, String sortField, UiSortDirection sortDirection)
  • Method Details