Results 1 to 3 of 3

Thread: MutableSortDefinition

  1. #1

    Default MutableSortDefinition

    MutableSortDefinition(java.lang.String property, boolean ignoreCase, boolean ascending)

    This might not be the appropriate forum .. but is there any way to sort on more than one property ?

    Thanks

  2. #2
    Join Date
    Aug 2004
    Location
    Melbourne, FL
    Posts
    2,794

    Default

    Checkout the sandbox code in org.springframework.util.comparator.

    This will likely make 1.2--it's fully documented and tested.
    Keith Donald
    Core Spring Development Team

  3. #3
    Join Date
    Sep 2004
    Location
    Boston, US
    Posts
    130

    Default

    Keith,
    Are the multi-coulmn sort support classes integrated with PagedListHolder or RefreshablePagedListHolder?

    The Spring 1.1.1 version of PagedListHolder is based on the SortDefinition interface, which is designed to only support single column sorts.

    Thanks,
    Sanjiv

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •