Class SortingAppliedEvent

java.lang.Object
de.xima.fc.inbox.model.lazydata.SortingAppliedEvent

public class SortingAppliedEvent extends Object
Simple event wrapping information about sort settings, ment to be triggered and processed in case of changes made to the field to sort by and/or the sort direction.
Since:
8.4.0
Author:
XIMA Media GmbH
  • Field Details

    • mandantId

      public final Long mandantId
      the current client (context information)
    • sortField

      public final String sortField
      the current field to be used for sorting
    • ascending

      public final boolean ascending
      the current sort order
  • Method Details