Interface GridSortModel

    • Method Detail

      • getColumnSort

        ColumnSort getColumnSort​(java.lang.String columnId)
        Identifies how (or if) a column is sorted.
        Parameters:
        columnId -
        Returns:
        the sort for the indicated column or ColumnSort.UNSORTED if the column is not used for sorting
      • updateSort

        void updateSort​(java.lang.String columnId)
        Updates the column sort. The receiver determines how to handle the sort request.
        Parameters:
        columnId - property id of column to sort on