Class AntPagination


  • public class AntPagination
    extends java.lang.Object
    Class to represent a page request in a AntD Table Request.
    • Constructor Summary

      Constructors 
      Constructor Description
      AntPagination​(int current, int pageSize)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getCurrent()
      Return the page number to request
      int getPageSize()  
      • Methods inherited from class java.lang.Object

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

      • AntPagination

        public AntPagination​(int current,
                             int pageSize)
    • Method Detail

      • getCurrent

        public int getCurrent()
        Return the page number to request
        Returns:
        the page number
      • getPageSize

        public int getPageSize()