Class OrderBy
- java.lang.Object
-
- com.vaadin.data.util.sqlcontainer.query.OrderBy
-
- All Implemented Interfaces:
Serializable
public class OrderBy extends Object implements Serializable
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 Modifier and Type Method Description String
getColumn()
boolean
isAscending()
void
setAscending(boolean isAscending)
void
setColumn(String column)
-