Package com.datalogics.PDFL
Class CollectionSortItem
java.lang.Object
com.datalogics.PDFL.CollectionSortItem
Stores data about fields that viewers use for sorting collection items. Collections are aslo known as portfolios.
-
Constructor Summary
ConstructorsConstructorDescriptionCollectionSortItem(String fieldID, boolean order) CCollectionSortItem allows to construct sort item which will be used for collection sorting. -
Method Summary
-
Constructor Details
-
CollectionSortItem
CCollectionSortItem allows to construct sort item which will be used for collection sorting.- Parameters:
fieldID- the schema field's id.order- true for ascending, false for descending
-
-
Method Details
-
delete
public void delete() -
getName
GetName allows to get name to sort by.- Returns:
- the filed name to sort by
-
getAscending
public boolean getAscending()GetAscending allows to know whether ascending order is used for sorting.- Returns:
- sort order
-