Class OrderBy
- java.lang.Object
-
- com.vaadin.v7.data.util.sqlcontainer.query.OrderBy
-
- All Implemented Interfaces:
Serializable
@Deprecated public class OrderBy extends Object implements Serializable
Deprecated.As of 8.0, no replacement available.OrderBy represents a sorting rule to be applied to a query made by the SQLContainer's QueryDelegate. The sorting rule is simple and contains only the affected column's name and the direction of the sort.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StringgetColumn()Deprecated.booleanisAscending()Deprecated.voidsetAscending(boolean isAscending)Deprecated.voidsetColumn(String column)Deprecated.
-
-
-
Constructor Detail
-
OrderBy
public OrderBy(String column, boolean isAscending)
Deprecated.
-
-