Class PagesNumber

java.lang.Object
overit.geocall.basic.ui.report.PagesNumber

public class PagesNumber extends Object
This class implements and manage the page's number of the report.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected int
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Main class constructor, creates a new instance of PagesNumber
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    inc()
    Increment the page's number of the report.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • _t

      protected int _t
  • Constructor Details

    • PagesNumber

      public PagesNumber()
      Main class constructor, creates a new instance of PagesNumber
  • Method Details

    • inc

      public void inc()
      Increment the page's number of the report.
    • toString

      public String toString()
      Overrides:
      toString in class Object