JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.haulmont.cuba.gui.model
Interface Sorter
All Known Implementing Classes:
BaseContainerSorter
,
CollectionContainerSorter
,
CollectionPropertyContainerSorter
public interface
Sorter
Interface for sorting data in
CollectionContainer
s.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
sort
(
Sort
sort)
Sorts data according to the given
Sort
parameters.
Method Detail
sort
void sort(
Sort
sort)
Sorts data according to the given
Sort
parameters.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method