Class UiTable.SetSortingCommand

java.lang.Object
org.teamapps.dto.UiTable.SetSortingCommand
All Implemented Interfaces:
UiCommand<Void>
Enclosing class:
UiTable

public static class UiTable.SetSortingCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • sortField

      protected String sortField
    • sortDirection

      protected UiSortDirection sortDirection
  • Constructor Details

    • SetSortingCommand

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

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