Class PageWrapper.PageItem

java.lang.Object
de.digitalcollections.cudami.admin.paging.PageWrapper.PageItem
Enclosing class:
PageWrapper<T>

public class PageWrapper.PageItem
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    PageItem​(int number, boolean current)  
  • Method Summary

    Modifier and Type Method Description
    int getNumber()  
    boolean isCurrent()  

    Methods inherited from class java.lang.Object

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

    • PageItem

      public PageItem​(int number, boolean current)
  • Method Details