Skip to content
Snippets Groups Projects
Commit 0c77f299 authored by tpylak's avatar tpylak
Browse files

LMS-682 Allow to sort by any field in paged grid (e.g. property or sample parent)

SVN: 9540
parent 40e5e754
No related branches found
No related tags found
No related merge requests found
...@@ -31,8 +31,11 @@ import ch.systemsx.cisd.common.exceptions.CheckedExceptionTunnel; ...@@ -31,8 +31,11 @@ import ch.systemsx.cisd.common.exceptions.CheckedExceptionTunnel;
* No that this field MUST implement the {@link Comparable} interface. * No that this field MUST implement the {@link Comparable} interface.
* </p> * </p>
* *
* @deprecated Avoid using this class. It requires to specify class field name, which reduces
* benefits of strong typing.
* @author Christian Ribeaud * @author Christian Ribeaud
*/ */
@Deprecated
public class FieldComparator<T> implements Comparator<T> public class FieldComparator<T> implements Comparator<T>
{ {
......
...@@ -32,6 +32,7 @@ import org.testng.annotations.Test; ...@@ -32,6 +32,7 @@ import org.testng.annotations.Test;
* *
* @author Christian Ribeaud * @author Christian Ribeaud
*/ */
@Deprecated
public final class FieldComparatorTest public final class FieldComparatorTest
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment