Class OnmsVaadinContainer.Page

  • Enclosing class:
    OnmsVaadinContainer<T,​K extends java.io.Serializable>

    protected static class OnmsVaadinContainer.Page
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getStart()  
      boolean updateOffset​(int index)
      Updates the offset of the current page and returns weather the offset was changed or not.
      • Methods inherited from class java.lang.Object

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

      • updateOffset

        public boolean updateOffset​(int index)
        Updates the offset of the current page and returns weather the offset was changed or not.
        Parameters:
        index -
        Returns:
        true when the offset has changed, false otherwise.
      • getStart

        public int getStart()