@Authors(value="Nikolche Mihajlovski") @Since(value="2.0.0") public class Pager extends AbstractWidget<Pager>
AMP, ANY, ASTERISK, BYTE_0, COL, CR, CR_, CR_LF, CR_LF_CR_LF, DELETE, EMPTY_ARRAY, EMPTY_STRING_ARRAY, EQ, F, GET, GET_OR_POST, HEAD, HTTP_VERBS, LAST_6, LF, LF_, LF_LF, MALFORMED_CHAR, NOT_FOUND, OPTIONS, PATCH, POST, PUT, SEMI_COL, SEPARATOR_LINE, SPACE, SPACE_, T, TRACE, UTF8_2_BYTES_LEAD, UTF8_3_BYTES_LEAD, UTF8_4_BYTES_LEAD, UTF8_CONTINUATION| Modifier and Type | Method and Description |
|---|---|
protected org.rapidoid.html.tag.ATag |
current() |
protected org.rapidoid.html.tag.ATag |
first() |
Integer |
initial() |
Pager |
initial(int initial) |
protected org.rapidoid.html.tag.ATag |
last() |
int |
max() |
Pager |
max(int max) |
int |
min() |
Pager |
min(int min) |
protected org.rapidoid.html.tag.ATag |
next() |
protected int |
pageNumber() |
protected String |
pageUri(int pageN) |
protected org.rapidoid.html.Tag |
pagination() |
String |
param() |
protected org.rapidoid.html.tag.ATag |
prev() |
protected org.rapidoid.html.Tag |
render() |
boolean |
right() |
Pager |
right(boolean right) |
protected boolean |
shouldDisplay() |
public Pager(String param)
protected org.rapidoid.html.Tag render()
render in class AbstractWidget<Pager>protected String pageUri(int pageN)
protected boolean shouldDisplay()
protected org.rapidoid.html.Tag pagination()
protected int pageNumber()
protected org.rapidoid.html.tag.ATag first()
protected org.rapidoid.html.tag.ATag prev()
protected org.rapidoid.html.tag.ATag current()
protected org.rapidoid.html.tag.ATag next()
protected org.rapidoid.html.tag.ATag last()
public String param()
public int min()
public Pager min(int min)
public int max()
public Pager max(int max)
public boolean right()
public Pager right(boolean right)
public Integer initial()
public Pager initial(int initial)
Copyright © 2014–2017 Nikolche Mihajlovski and contributors. All rights reserved.