| Package | Description |
|---|---|
| org.bridje.orm |
| Modifier and Type | Method and Description |
|---|---|
static Page |
Page.fromString(String value)
Create a page out of the value.
|
Page |
Paging.getCurrent()
The current page in this object.
|
Page |
Paging.getPage(int value)
Gets the page by the given value.
|
Page[] |
Paging.getPages()
An array with all the page of this paging object.
|
Page[] |
Paging.getPagesSection(int sectionSize)
Gets a section of the paging object.
|
static Page |
Page.of(int value)
Create a page out of the value.
|
| Modifier and Type | Method and Description |
|---|---|
List<Page> |
Paging.getPagesAsList()
A list with all the page of this paging object.
|
List<Page> |
Paging.getPagesSectionAsList(int sectionSize)
Gets a section of the paging object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Paging.setCurrent(Page current)
The current page in this object.
|
Copyright © 2015–2018 Bridje Framework. All rights reserved.