Class CollectionSortItem

java.lang.Object
com.datalogics.PDFL.CollectionSortItem

public class CollectionSortItem extends Object
Stores data about fields that viewers use for sorting collection items. Collections are aslo known as portfolios.
  • Constructor Details

    • CollectionSortItem

      public CollectionSortItem(String fieldID, boolean order)
      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

      public String 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