Package io.jmix.ui.component
Class Table.SortInfo
java.lang.Object
io.jmix.ui.component.Table.SortInfo
Object that contains information about column sorting.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
propertyId
-
ascending
protected final boolean ascending
-
-
Constructor Details
-
SortInfo
Constructor for a SortInfo object.- Parameters:
propertyId
- column indicated by a correspondingMetaPropertyPath
objectascending
- sort direction
-
-
Method Details
-
getPropertyId
- Returns:
- the property Id
-
getAscending
public boolean getAscending()- Returns:
- a sort direction value
-