public final class Paging extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Paging.Range
A paging where the beginning of the range of pages was already set.
|
Modifier and Type | Method and Description |
---|---|
static Paging.Range |
from(Integer from)
Starts the creation of a new Paging starting from the specified page.
|
Set<Integer> |
getAllPages()
Gets a set containing all pages that should be rendered.
|
String |
toString() |
public static Paging.Range from(Integer from)
from
- from pagepublic Set<Integer> getAllPages()
public String toString()
toString
in class Object
Object.toString()
Copyright © 2016 SAPERION AG. All rights reserved.