Class NodePropertyComparator

java.lang.Object
com.webmethods.caf.faces.data.object.DefaultComparator
com.webmethods.caf.jcr.faces.data.NodePropertyComparator
All Implemented Interfaces:
Comparator<Object>

public class NodePropertyComparator extends DefaultComparator
Node property comparator used to sort the list of nodes
  • Field Details

    • m_sortInfo

      protected ISortInfo m_sortInfo
      Reference to the sort info
    • m_rowVariable

      protected String m_rowVariable
      The row variable name
  • Constructor Details

    • NodePropertyComparator

      public NodePropertyComparator(ISortInfo sort, String rowVar)
      Constructor
      Parameters:
      sort - the sort info
      rowVar - the row variable name
  • Method Details