public class Page
extends java.lang.Object
| Constructor and Description |
|---|
Page(int value,
int currentPage,
int totalFound,
int numPerPage) |
| Modifier and Type | Method and Description |
|---|---|
int |
getEnd() |
int |
getStart() |
int |
getValue() |
boolean |
isSelected() |
void |
setEnd(int end) |
void |
setSelected(boolean selected) |
void |
setStart(int start) |
void |
setValue(int value) |
public int getStart()
public void setStart(int start)
public int getEnd()
public void setEnd(int end)
public int getValue()
public void setValue(int value)
public boolean isSelected()
public void setSelected(boolean selected)
Copyright © 2009-2019. All Rights Reserved.