public class PageNav
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_SHOWN |
protected int |
from |
protected int |
to |
| Constructor and Description |
|---|
PageNav(int total,
int current,
int shown) |
PageNav(PageData pageData) |
PageNav(PageData pageData,
int shown) |
| Modifier and Type | Method and Description |
|---|---|
int |
getFrom() |
int |
getTo() |
public static final int DEFAULT_SHOWN
protected int from
protected int to
Copyright © 2003-present Jodd Team