|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Field Summary | |
static int |
LAST
|
Method Summary | |
int |
getCurrentPage()
|
java.util.Collection |
getPage(int page)
Ritorna una collezione con tutte le righe che formano la pagina di indice page richiesto. |
int |
getPageSize()
Ritorna il numero di righe per pagina. |
IFaceRowProvider |
getRowProvider()
Restituisce il row provider associato. |
int |
pages()
Ritorna il numero di pagine previste. |
void |
reload()
Notifica al componente di ricaricare i dati dei quali fa cacheing. |
void |
setPageSize(int size)
Imposta il numero di righe per pagina. |
void |
setRowProvider(IFaceRowProvider rowProvider)
Imposta il row provider associato. |
Field Detail |
public static final int LAST
Method Detail |
public void reload()
AbstractPageProvider.init(SourceBean)
public IFaceRowProvider getRowProvider()
IFaceRowProvider
IFaceRowProvider
public void setRowProvider(IFaceRowProvider rowProvider)
rowProvider
- IFaceRowProvider
IFaceRowProvider
public int getPageSize()
int
public void setPageSize(int size)
size
- int
public int pages()
int
public java.util.Collection getPage(int page)
page
- int
Vector
public int getCurrentPage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |