static final class ColumnHeaderFieldSpec.SortableDirection extends java.lang.Object
Helper class that store necessary info to specify the sort of the table. See TaackSimpleFilterService.list
Type | Name and description |
---|---|
ColumnHeaderFieldSpec.DefaultSortingDirection |
defaultSortingDirection |
FieldInfo |
field |
FieldInfo[] |
fields |
Constructor and description |
---|
SortableDirection
(FieldInfo field, ColumnHeaderFieldSpec.DefaultSortingDirection defaultDirection) |
SortableDirection
(FieldInfo[] fields, ColumnHeaderFieldSpec.DefaultSortingDirection defaultDirection) |
SortableDirection
(java.util.List<FieldInfo> fields, ColumnHeaderFieldSpec.DefaultSortingDirection defaultDirection) |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Groovy Documentation