Class AntSort


  • public class AntSort
    extends java.lang.Object
    Class to represent a single column sort in a AntD Table Request.
    • Constructor Summary

      Constructors 
      Constructor Description
      AntSort​(java.lang.String property, java.lang.String direction)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.springframework.data.domain.Sort.Order getOrder()  
      void setDirection​(java.lang.String direction)  
      void setProperty​(java.lang.String property)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AntSort

        public AntSort​(java.lang.String property,
                       java.lang.String direction)
    • Method Detail

      • setProperty

        public void setProperty​(java.lang.String property)
      • setDirection

        public void setDirection​(java.lang.String direction)
      • getOrder

        public org.springframework.data.domain.Sort.Order getOrder()