| Package | Description |
|---|---|
| org.seedstack.business.view |
Provides classes for representing view concepts like chunk or page.
|
| Modifier and Type | Method and Description |
|---|---|
Page |
PaginatedView.next()
Returns the next page if it exists.
|
Page |
PaginatedView.prev()
Returns the previous page if it exists.
|
| Constructor and Description |
|---|
PaginatedView(Result<Item> result,
Page page)
Constructor.
|
Copyright © 2013-2016–2016 SeedStack. All rights reserved.